Home
last modified time | relevance | path

Searched refs:glfwGetJoystickHats (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/tests/
H A Djoysticks.c269 hats = glfwGetJoystickHats(joysticks[i], &hat_count); in main()
H A Devents.c514 glfwGetJoystickHats(jid, &hatCount); in joystick_callback()
/third_party/glfw/include/GLFW/
H A Dglfw3.h5531 * glfwGetJoystickHats, the button array also includes all hats, each
5621 GLFWAPI const unsigned char* glfwGetJoystickHats(int jid, int* count);
/third_party/glfw/src/
H A Dinput.c1141 GLFWAPI const unsigned char* glfwGetJoystickHats(int jid, int* count) in glfwGetJoystickHats() function

Completed in 10 milliseconds