Searched refs:glfwSetCursor (Results 1 - 5 of 5) sorted by relevance
/third_party/glfw/tests/ |
H A D | cursor.c | 168 glfwSetCursor(window, NULL); in key_callback() 236 glfwSetCursor(window, tracking_cursor); in key_callback() 238 glfwSetCursor(window, NULL); in key_callback() 277 glfwSetCursor(window, NULL); in key_callback() 295 glfwSetCursor(window, standard_cursors[index]); in key_callback() 463 glfwSetCursor(window, star_cursors[i]); in main()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 3138 * glfwSetCursor. The cursor can be destroyed with @ref glfwDestroyCursor. 3178 * a window with @ref glfwSetCursor. 3249 GLFWAPI void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor);
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_glfw.cpp | 34 // 2018-02-20: Inputs: Added support for mouse cursors (ImGui::GetMouseCursor() value, passed to glfwSetCursor()). 387 glfwSetCursor(bd->Window, bd->MouseCursors[imgui_cursor] ? bd->MouseCursors[imgui_cursor] : bd->MouseCursors[ImGuiMouseCursor_Arrow]); in ImGui_ImplGlfw_UpdateMouseCursor()
|
/third_party/glfw/src/ |
H A D | input.c | 924 glfwSetCursor((GLFWwindow*) window, NULL); in glfwDestroyCursor() 943 GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorHandle) in glfwSetCursor() function
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 5022 * glfwSetCursor. The cursor can be destroyed with @ref glfwDestroyCursor. 5060 * @ref glfwSetCursor. The images for these cursors come from the system 5157 GLFWAPI void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor);
|
Completed in 16 milliseconds