Home
last modified time | relevance | path

Searched refs:glfwGetJoystickButtons (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/glfw/tests/
Djoysticks.c87 buttons = glfwGetJoystickButtons(joysticks[index], &button_count); in draw_joystick()
134 glfwGetJoystickButtons(joy, &button_count); in joystick_callback()
Devents.c461 glfwGetJoystickButtons(joy, &buttonCount); in joystick_callback()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp298 const unsigned char* buttons = glfwGetJoystickButtons(GLFW_JOYSTICK_1, &buttons_count); in ImGui_ImplGlfw_NewFrame()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3582 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3582 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3601 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
/third_party/flutter/glfw/src/
Dinput.c572 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count) in glfwGetJoystickButtons() function
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp404 const unsigned char* buttons = glfwGetJoystickButtons(GLFW_JOYSTICK_1, &buttons_count); in ImGui_ImplGlfw_UpdateGamepads()
/third_party/flutter/glfw/docs/
Dmoving.dox376 glfwGetJoystickAxes and @ref glfwGetJoystickButtons functions.
471 …e axis and button counts are provided by @ref glfwGetJoystickAxes and @ref glfwGetJoystickButtons |
Dinput.dox525 glfwGetJoystickButtons. See the reference documentation for the lifetime of the
530 const unsigned char* axes = glfwGetJoystickButtons(GLFW_JOYSTICK_1, &count);