Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Djoysticks.c267 axes = glfwGetJoystickAxes(joysticks[i], &axis_count); in main()
H A Devents.c512 glfwGetJoystickAxes(jid, &axisCount); in joystick_callback()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h3549 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp403 const float* axes = glfwGetJoystickAxes(GLFW_JOYSTICK_1, &axes_count); in ImGui_ImplGlfw_UpdateGamepads()
/third_party/glfw/include/GLFW/
H A Dglfw3.h5523 GLFWAPI const float* glfwGetJoystickAxes(int jid, int* count);
/third_party/glfw/src/
H A Dinput.c1073 GLFWAPI const float* glfwGetJoystickAxes(int jid, int* count) in glfwGetJoystickAxes() function

Completed in 17 milliseconds