Home
last modified time | relevance | path

Searched refs:glfwSetCursor (Results 1 - 5 of 5) sorted by relevance

/third_party/glfw/tests/
H A Dcursor.c168 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 Dglfw3.h3138 * 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 Dimgui_impl_glfw.cpp34 // 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 Dinput.c924 glfwSetCursor((GLFWwindow*) window, NULL); in glfwDestroyCursor()
943 GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorHandle) in glfwSetCursor() function
/third_party/glfw/include/GLFW/
H A Dglfw3.h5022 * 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