Home
last modified time | relevance | path

Searched refs:linjs (Results 1 - 3 of 3) sorted by relevance

/third_party/glfw/src/
H A Dlinux_joystick.c53 js->linjs.keyMap[code - BTN_MISC], in handleKeyEvent()
61 const int index = js->linjs.absMap[code]; in handleAbsEvent()
74 int* state = js->linjs.hats[hat]; in handleAbsEvent()
89 const struct input_absinfo* info = &js->linjs.absInfo[code]; in handleAbsEvent()
111 if (js->linjs.absMap[code] < 0) in pollAbsState()
114 struct input_absinfo* info = &js->linjs.absInfo[code]; in pollAbsState()
116 if (ioctl(js->linjs.fd, EVIOCGABS(code), info) < 0) in pollAbsState()
133 if (strcmp(_glfw.joysticks[jid].linjs.path, path) == 0) in openJoystickDevice()
137 _GLFWjoystickLinux linjs = {0}; in openJoystickDevice() local
138 linjs in openJoystickDevice()
[all...]
H A Dlinux_joystick.h31 #define GLFW_LINUX_JOYSTICK_STATE _GLFWjoystickLinux linjs;
32 #define GLFW_LINUX_LIBRARY_JOYSTICK_STATE _GLFWlibraryLinux linjs;
H A Dx11_window.c92 fds[INOTIFY_FD].fd = _glfw.linjs.inotify; in waitForAnyEvent()

Completed in 9 milliseconds