Home
last modified time | relevance | path

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

/third_party/flutter/glfw/tests/
Djoysticks.c64 axes = glfwGetJoystickAxes(joysticks[index], &axis_count); in draw_joystick()
133 glfwGetJoystickAxes(joy, &axis_count); in joystick_callback()
Devents.c460 glfwGetJoystickAxes(joy, &axisCount); in joystick_callback()
/third_party/flutter/glfw/docs/
Dmoving.dox371 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…
Dinput.dox511 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/
Dimgui_impl_glfw.cpp297 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/
Dglfw3.h3549 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3549 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3566 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp403 const float* axes = glfwGetJoystickAxes(GLFW_JOYSTICK_1, &axes_count); in ImGui_ImplGlfw_UpdateGamepads()
/third_party/flutter/glfw/src/
Dinput.c556 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count) in glfwGetJoystickAxes() function