Home
last modified time | relevance | path

Searched refs:GLFW_NOT_ALLOWED_CURSOR (Results 1 - 7 of 7) sorted by relevance

/third_party/glfw/tests/
H A Dcursor.c370 GLFW_NOT_ALLOWED_CURSOR in main()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp60 #define GLFW_HAS_NEW_CURSORS (GLFW_VERSION_MAJOR * 1000 + GLFW_VERSION_MINOR * 100 >= 3400) // 3.4+ GLFW_RESIZE_ALL_CURSOR, GLFW_RESIZE_NESW_CURSOR, GLFW_RESIZE_NWSE_CURSOR, GLFW_NOT_ALLOWED_CURSOR
262 bd->MouseCursors[ImGuiMouseCursor_NotAllowed] = glfwCreateStandardCursor(GLFW_NOT_ALLOWED_CURSOR); in ImGui_ImplGlfw_Init()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1273 #define GLFW_NOT_ALLOWED_CURSOR 0x0003600A macro
5077 * @ref GLFW_NOT_ALLOWED_CURSOR | Yes | Yes | Maybe<sup>2</sup> | Maybe<sup>2</sup>
/third_party/glfw/src/
H A Dinput.c889 shape != GLFW_NOT_ALLOWED_CURSOR) in glfwCreateStandardCursor()
H A Dwin32_window.c2334 case GLFW_NOT_ALLOWED_CURSOR: in _glfwCreateStandardCursorWin32()
H A Dx11_window.c2988 case GLFW_NOT_ALLOWED_CURSOR: in _glfwCreateStandardCursorX11()
H A Dwl_window.c2798 case GLFW_NOT_ALLOWED_CURSOR: in _glfwCreateStandardCursorWayland()

Completed in 21 milliseconds