Searched refs:eventSource (Results 1 – 5 of 5) sorted by relevance
316 _glfw.ns.eventSource = CGEventSourceCreate(kCGEventSourceStateHIDSystemState);317 if (!_glfw.ns.eventSource)320 CGEventSourceSetLocalEventsSuppressionInterval(_glfw.ns.eventSource, 0.0);343 if (_glfw.ns.eventSource)345 CFRelease(_glfw.ns.eventSource);346 _glfw.ns.eventSource = NULL;
89 CGEventSourceRef eventSource; member
92 dataText.add(Text('source: ${data.eventSource} (${_asHex(data.eventSource)})'));
36 this.eventSource = 0,116 final int eventSource;148 if (eventSource & _sourceJoystick == _sourceJoystick) {
259 eventSource: message['source'] ?? 0,