Searched refs:glfwGetJoystickButtons (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | joysticks.c | 87 buttons = glfwGetJoystickButtons(joysticks[index], &button_count); in draw_joystick() 134 glfwGetJoystickButtons(joy, &button_count); in joystick_callback()
|
D | events.c | 461 glfwGetJoystickButtons(joy, &buttonCount); in joystick_callback()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_glfw.cpp | 298 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/ |
D | glfw3.h | 3582 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3582 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 3601 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
|
/third_party/flutter/glfw/src/ |
D | input.c | 572 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count) in glfwGetJoystickButtons() function
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_glfw.cpp | 404 const unsigned char* buttons = glfwGetJoystickButtons(GLFW_JOYSTICK_1, &buttons_count); in ImGui_ImplGlfw_UpdateGamepads()
|
/third_party/flutter/glfw/docs/ |
D | moving.dox | 376 glfwGetJoystickAxes and @ref glfwGetJoystickButtons functions. 471 …e axis and button counts are provided by @ref glfwGetJoystickAxes and @ref glfwGetJoystickButtons |
|
D | input.dox | 525 glfwGetJoystickButtons. See the reference documentation for the lifetime of the 530 const unsigned char* axes = glfwGetJoystickButtons(GLFW_JOYSTICK_1, &count);
|