Searched refs:glfwSetCursorPos (Results 1 - 6 of 6) sorted by relevance
/third_party/glfw/tests/ |
H A D | cursor.c | 252 glfwSetCursorPos(window, cursor_x, cursor_y); in key_callback() 263 glfwSetCursorPos(window, 0, 0); in key_callback() 271 glfwSetCursorPos(window, width - 1, height - 1); in key_callback()
|
/third_party/glfw/deps/ |
H A D | nuklear_glfw_gl2.h | 355 glfwSetCursorPos(glfw.win, (double)ctx->input.mouse.prev.x, (double)ctx->input.mouse.prev.y); in nk_glfw3_new_frame()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 3086 * @sa glfwSetCursorPos 3133 GLFWAPI void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos);
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_glfw.cpp | 359 glfwSetCursorPos(bd->Window, (double)mouse_pos_prev.x, (double)mouse_pos_prev.y); in ImGui_ImplGlfw_UpdateMousePosAndButtons()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 4971 * @sa @ref glfwSetCursorPos 5017 GLFWAPI void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos);
|
/third_party/glfw/src/ |
H A D | input.c | 814 GLFWAPI void glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos) in glfwSetCursorPos() function
|
Completed in 16 milliseconds