Home
last modified time | relevance | path

Searched refs:glfwJoystickPresent (Results 1 – 6 of 6) sorted by relevance

/third_party/glfw/tests/
Djoysticks.c168 if (glfwJoystickPresent(joy)) in find_joysticks()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3517 GLFWAPI int glfwJoystickPresent(int joy);
/third_party/glfw/include/GLFW/
Dglfw3.h3532 GLFWAPI int glfwJoystickPresent(int joy);
/third_party/glfw/src/
Dinput.c543 GLFWAPI int glfwJoystickPresent(int joy) in glfwJoystickPresent() function
/third_party/glfw/docs/
Dmoving.dox374 `GLFW_BUTTONS` tokens have been replaced by the @ref glfwJoystickPresent
471 | `glfwGetJoystickParam` | @ref glfwJoystickPresent | The axis and button counts are prov…
Dinput.dox492 whether a [joystick](@ref joysticks) is present with @ref glfwJoystickPresent.
495 int present = glfwJoystickPresent(GLFW_JOYSTICK_1);