Home
last modified time | relevance | path

Searched refs:glfwSetCursor (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/glfw/tests/
Dcursor.c117 glfwSetCursor(window, NULL); in key_callback()
164 glfwSetCursor(window, NULL); in key_callback()
168 glfwSetCursor(window, standard_cursors[0]); in key_callback()
172 glfwSetCursor(window, standard_cursors[1]); in key_callback()
176 glfwSetCursor(window, standard_cursors[2]); in key_callback()
180 glfwSetCursor(window, standard_cursors[3]); in key_callback()
184 glfwSetCursor(window, standard_cursors[4]); in key_callback()
188 glfwSetCursor(window, standard_cursors[5]); in key_callback()
285 glfwSetCursor(window, star_cursors[i]); in main()
/third_party/flutter/glfw/src/
Dinput.c427 glfwSetCursor((GLFWwindow*) window, NULL); in glfwDestroyCursor()
446 GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorHandle) in glfwSetCursor() function
/third_party/flutter/glfw/docs/
Dinput.dox265 meaning the regular arrow cursor (or another cursor set with @ref glfwSetCursor)
363 A cursor can be set as current for a window with @ref glfwSetCursor.
366 glfwSetCursor(window, cursor);
378 glfwSetCursor(window, NULL);
Dnews.dox106 glfwCreateStandardCursor, set with @ref glfwSetCursor and destroyed with @ref
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp263glfwSetCursor(g_Window, g_MouseCursors[imgui_cursor] ? g_MouseCursors[imgui_cursor] : g_MouseCurso… in ImGui_ImplGlfw_UpdateMouseCursor()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3249 GLFWAPI void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3249 GLFWAPI void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3264 GLFWAPI void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp387glfwSetCursor(bd->Window, bd->MouseCursors[imgui_cursor] ? bd->MouseCursors[imgui_cursor] : bd->Mo… in ImGui_ImplGlfw_UpdateMouseCursor()