Searched refs:glfwGetJoystickAxes (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | joysticks.c | 64 axes = glfwGetJoystickAxes(joysticks[index], &axis_count); in draw_joystick() 133 glfwGetJoystickAxes(joy, &axis_count); in joystick_callback()
|
D | events.c | 460 glfwGetJoystickAxes(joy, &axisCount); in joystick_callback()
|
/third_party/flutter/glfw/docs/ |
D | moving.dox | 371 The `glfwGetJoystickPos` function has been renamed to @ref glfwGetJoystickAxes. 376 glfwGetJoystickAxes and @ref glfwGetJoystickButtons functions. 467 | `glfwGetJoystickPos` | @ref glfwGetJoystickAxes | | 471 …tickPresent | The axis and button counts are provided by @ref glfwGetJoystickAxes and @ref gl…
|
D | input.dox | 511 glfwGetJoystickAxes. See the reference documentation for the lifetime of the 516 const float* axes = glfwGetJoystickAxes(GLFW_JOYSTICK_1, &count);
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_glfw.cpp | 297 const float* axes = glfwGetJoystickAxes(GLFW_JOYSTICK_1, &axes_count); in ImGui_ImplGlfw_NewFrame()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3549 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3549 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 3566 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_glfw.cpp | 403 const float* axes = glfwGetJoystickAxes(GLFW_JOYSTICK_1, &axes_count); in ImGui_ImplGlfw_UpdateGamepads()
|
/third_party/flutter/glfw/src/ |
D | input.c | 556 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count) in glfwGetJoystickAxes() function
|