Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dinput.c43 #define _GLFW_JOYSTICK_HATBIT 3 macro
88 if (e->type == _GLFW_JOYSTICK_HATBIT && (e->index >> 4) >= js->hatCount) in isValidElementForJoystick()
215 e->type = _GLFW_JOYSTICK_HATBIT; in parseMapping()
219 if (e->type == _GLFW_JOYSTICK_HATBIT) in parseMapping()
1442 else if (e->type == _GLFW_JOYSTICK_HATBIT) in glfwGetGamepadState()
1461 else if (e->type == _GLFW_JOYSTICK_HATBIT) in glfwGetGamepadState()

Completed in 2 milliseconds