Searched refs:glfwGetCursorPos (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | cursor.c | 244 glfwGetCursorPos(window, &cursor_x, &cursor_y); in main()
|
/third_party/flutter/glfw/examples/ |
D | wave.c | 325 glfwGetCursorPos(window, &cursorX, &cursorY); in mouse_button_callback()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_glfw.cpp | 241 glfwGetCursorPos(g_Window, &mouse_x, &mouse_y); in ImGui_ImplGlfw_UpdateMousePosAndButtons()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3092 GLFWAPI void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3092 GLFWAPI void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos);
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 3111 GLFWAPI void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos);
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_glfw.cpp | 365 glfwGetCursorPos(mouse_window, &mouse_x, &mouse_y); in ImGui_ImplGlfw_UpdateMousePosAndButtons()
|
/third_party/flutter/glfw/src/ |
D | input.c | 305 GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ypos) in glfwGetCursorPos() function
|
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | flutter_glfw.cc | 224 glfwGetCursorPos(window, &event_data->x, &event_data->y); in SetEventLocationFromCursorPosition()
|
/third_party/flutter/glfw/docs/ |
D | moving.dox | 304 The `glfwGetMousePos` function has been renamed to @ref glfwGetCursorPos, 463 | `glfwGetMousePos` | @ref glfwGetCursorPos | |
|
D | input.dox | 253 glfwGetCursorPos. 257 glfwGetCursorPos(window, &xpos, &ypos);
|