Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Dcursor.c252 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 Dnuklear_glfw_gl2.h355 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 Dglfw3.h3086 * @sa glfwSetCursorPos
3133 GLFWAPI void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos);
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp359 glfwSetCursorPos(bd->Window, (double)mouse_pos_prev.x, (double)mouse_pos_prev.y); in ImGui_ImplGlfw_UpdateMousePosAndButtons()
/third_party/glfw/include/GLFW/
H A Dglfw3.h4971 * @sa @ref glfwSetCursorPos
5017 GLFWAPI void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos);
/third_party/glfw/src/
H A Dinput.c814 GLFWAPI void glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos) in glfwSetCursorPos() function

Completed in 16 milliseconds