UNPKG

@kmamal/sdl

Version:
32 lines (29 loc) 493 B
module.exports = { displays: [], windows: { all: new Map(), focused: null, hovered: null, }, touchDevices: null, joystickDevices: [], joystickInstances: { all: new Set(), byId: new Map(), }, controllerDevices: [], controllerInstances: { all: new Set(), byId: new Map(), }, sensorInstances: { all: new Set(), byId: new Map(), }, audioDevices: { playback: [], recording: [], }, audioInstances: new Map(), events: null, // Set later from events/index.js }