Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Djoysticks.c268 buttons = glfwGetJoystickButtons(joysticks[i], &button_count); in main()
H A Devents.c513 glfwGetJoystickButtons(jid, &buttonCount); in joystick_callback()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h3582 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp404 const unsigned char* buttons = glfwGetJoystickButtons(GLFW_JOYSTICK_1, &buttons_count); in ImGui_ImplGlfw_UpdateGamepads()
/third_party/glfw/include/GLFW/
H A Dglfw3.h5564 GLFWAPI const unsigned char* glfwGetJoystickButtons(int jid, int* count);
/third_party/glfw/src/
H A Dinput.c1105 GLFWAPI const unsigned char* glfwGetJoystickButtons(int jid, int* count) in glfwGetJoystickButtons() function

Completed in 23 milliseconds