Searched refs:glfwSetCursorPos (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_glfw.cpp | 236 glfwSetCursorPos(g_Window, (double)mouse_pos_backup.x, (double)mouse_pos_backup.y); in ImGui_ImplGlfw_UpdateMousePosAndButtons()
|
/third_party/flutter/glfw/docs/ |
D | moving.dox | 305 `glfwSetMousePos` to @ref glfwSetCursorPos and `glfwSetMousePosCallback` to @ref 314 glfwSetCursorPos (formerly `glfwSetMousePos`) when that window is active. 464 | `glfwSetMousePos` | @ref glfwSetCursorPos | |
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3133 GLFWAPI void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3133 GLFWAPI void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos);
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 3148 GLFWAPI void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos);
|
/third_party/flutter/glfw/src/ |
D | input.c | 328 GLFWAPI void glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos) in glfwSetCursorPos() function
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_glfw.cpp | 359 glfwSetCursorPos(bd->Window, (double)mouse_pos_prev.x, (double)mouse_pos_prev.y); in ImGui_ImplGlfw_UpdateMousePosAndButtons()
|