Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dinput.c41 #define _GLFW_JOYSTICK_AXIS 1 macro
92 else if (e->type == _GLFW_JOYSTICK_AXIS && e->index >= js->axisCount) in isValidElementForJoystick()
211 e->type = _GLFW_JOYSTICK_AXIS; in parseMapping()
228 if (e->type == _GLFW_JOYSTICK_AXIS) in parseMapping()
1426 if (e->type == _GLFW_JOYSTICK_AXIS) in glfwGetGamepadState()
1456 if (e->type == _GLFW_JOYSTICK_AXIS) in glfwGetGamepadState()

Completed in 3 milliseconds