Searched refs:_glfwInputJoystickHat (Results 1 - 4 of 4) sorted by relevance
/third_party/glfw/src/ |
H A D | linux_joystick.c | 85 _glfwInputJoystickHat(js, index, stateMap[state[0]][state[1]]); in handleAbsEvent()
|
H A D | win32_joystick.c | 677 _glfwInputJoystickHat(js, pi, states[stateIndex]); in _glfwPollJoystickWin32() 744 _glfwInputJoystickHat(js, 0, dpad); in _glfwPollJoystickWin32()
|
H A D | internal.h | 945 void _glfwInputJoystickHat(_GLFWjoystick* js, int hat, char value);
|
H A D | input.c | 457 void _glfwInputJoystickHat(_GLFWjoystick* js, int hat, char value) in _glfwInputJoystickHat() function
|
Completed in 7 milliseconds