Home
last modified time | relevance | path

Searched refs:GLFW_JOYSTICK_LAST (Results 1 - 7 of 7) sorted by relevance

/third_party/glfw/src/
H A Dinput.c512 for (jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++) in _glfwAllocJoystick()
518 if (jid > GLFW_JOYSTICK_LAST) in _glfwAllocJoystick()
1053 assert(jid <= GLFW_JOYSTICK_LAST); in glfwJoystickPresent()
1057 if (jid < 0 || jid > GLFW_JOYSTICK_LAST) in glfwJoystickPresent()
1078 assert(jid <= GLFW_JOYSTICK_LAST); in glfwGetJoystickAxes()
1085 if (jid < 0 || jid > GLFW_JOYSTICK_LAST) in glfwGetJoystickAxes()
1110 assert(jid <= GLFW_JOYSTICK_LAST); in glfwGetJoystickButtons()
1117 if (jid < 0 || jid > GLFW_JOYSTICK_LAST) in glfwGetJoystickButtons()
1146 assert(jid <= GLFW_JOYSTICK_LAST); in glfwGetJoystickHats()
1153 if (jid < 0 || jid > GLFW_JOYSTICK_LAST) in glfwGetJoystickHats()
[all...]
H A Dlinux_joystick.c129 for (int jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++) in openJoystickDevice()
293 for (int jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++) in _glfwDetectJoystickConnectionLinux()
367 for (int jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++) in _glfwTerminateJoysticksLinux()
H A Dwin32_joystick.c357 for (jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++) in deviceCallback()
509 for (jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++) in _glfwDetectJoystickConnectionWin32()
519 if (jid <= GLFW_JOYSTICK_LAST) in _glfwDetectJoystickConnectionWin32()
560 for (jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++) in _glfwDetectJoystickDisconnectionWin32()
597 for (jid = GLFW_JOYSTICK_1; jid <= GLFW_JOYSTICK_LAST; jid++) in _glfwTerminateJoysticksWin32()
H A Dinternal.h789 _GLFWjoystick joysticks[GLFW_JOYSTICK_LAST + 1];
/third_party/glfw/tests/
H A Djoysticks.c58 static int joysticks[GLFW_JOYSTICK_LAST + 1];
203 for (jid = GLFW_JOYSTICK_1; jid <= GLFW_JOYSTICK_LAST; jid++) in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h493 #define GLFW_JOYSTICK_LAST GLFW_JOYSTICK_16 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h610 #define GLFW_JOYSTICK_LAST GLFW_JOYSTICK_16 macro

Completed in 19 milliseconds