Home
last modified time | relevance | path

Searched refs:GLFW_ARROW_CURSOR (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp253 bd->MouseCursors[ImGuiMouseCursor_Arrow] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
264 bd->MouseCursors[ImGuiMouseCursor_ResizeAll] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
265 bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
266 bd->MouseCursors[ImGuiMouseCursor_ResizeNWSE] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
267 bd->MouseCursors[ImGuiMouseCursor_NotAllowed] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
/third_party/glfw/tests/
H A Dcursor.c361 GLFW_ARROW_CURSOR, in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h694 #define GLFW_ARROW_CURSOR 0x00036001 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h1198 #define GLFW_ARROW_CURSOR 0x00036001 macro
5068 * @ref GLFW_ARROW_CURSOR | Yes | Yes | Yes | Yes
/third_party/glfw/src/
H A Dx11_window.c2961 case GLFW_ARROW_CURSOR: in _glfwCreateStandardCursorX11()
3008 case GLFW_ARROW_CURSOR: in _glfwCreateStandardCursorX11()
H A Dinput.c880 if (shape != GLFW_ARROW_CURSOR && in glfwCreateStandardCursor()
H A Dwl_window.c2771 case GLFW_ARROW_CURSOR: in _glfwCreateStandardCursorWayland()
2816 case GLFW_ARROW_CURSOR: in _glfwCreateStandardCursorWayland()
H A Dwin32_window.c2307 case GLFW_ARROW_CURSOR: in _glfwCreateStandardCursorWin32()

Completed in 48 milliseconds