Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp59 #ifdef GLFW_RESIZE_NESW_CURSOR // Let's be nice to people who pulled GLFW between 2019-04-16 (3.4 define) and 2019-11-29 (cursors defines) // FIXME: Remove when GLFW 3.4 is released?
60 #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
260 bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); in ImGui_ImplGlfw_Init()
/third_party/glfw/tests/
H A Dcursor.c368 GLFW_RESIZE_NESW_CURSOR, in main()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1255 #define GLFW_RESIZE_NESW_CURSOR 0x00036008 macro
5075 * @ref GLFW_RESIZE_NESW_CURSOR | Yes | Yes<sup>1</sup> | Maybe<sup>2</sup> | Maybe<sup>2</sup>
/third_party/glfw/src/
H A Dinput.c887 shape != GLFW_RESIZE_NESW_CURSOR && in glfwCreateStandardCursor()
H A Dwin32_window.c2328 case GLFW_RESIZE_NESW_CURSOR: in _glfwCreateStandardCursorWin32()
H A Dx11_window.c2982 case GLFW_RESIZE_NESW_CURSOR: in _glfwCreateStandardCursorX11()
H A Dwl_window.c2792 case GLFW_RESIZE_NESW_CURSOR: in _glfwCreateStandardCursorWayland()

Completed in 22 milliseconds