Home
last modified time | relevance | path

Searched refs:glfwGetCursorPos (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/glfw/tests/
Dcursor.c244 glfwGetCursorPos(window, &cursor_x, &cursor_y); in main()
/third_party/flutter/glfw/examples/
Dwave.c325 glfwGetCursorPos(window, &cursorX, &cursorY); in mouse_button_callback()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp241 glfwGetCursorPos(g_Window, &mouse_x, &mouse_y); in ImGui_ImplGlfw_UpdateMousePosAndButtons()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3092 GLFWAPI void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3092 GLFWAPI void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3111 GLFWAPI void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp365 glfwGetCursorPos(mouse_window, &mouse_x, &mouse_y); in ImGui_ImplGlfw_UpdateMousePosAndButtons()
/third_party/flutter/glfw/src/
Dinput.c305 GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ypos) in glfwGetCursorPos() function
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc224 glfwGetCursorPos(window, &event_data->x, &event_data->y); in SetEventLocationFromCursorPosition()
/third_party/flutter/glfw/docs/
Dmoving.dox304 The `glfwGetMousePos` function has been renamed to @ref glfwGetCursorPos,
463 | `glfwGetMousePos` | @ref glfwGetCursorPos | |
Dinput.dox253 glfwGetCursorPos.
257 glfwGetCursorPos(window, &xpos, &ypos);