Home
last modified time | relevance | path

Searched refs:ImGuiMouseCursor_ResizeNESW (Results 1 – 25 of 95) sorted by relevance

1234

/dports/math/curv/curv-0.5/extern/imgui/examples/
H A Dimgui_impl_win32.cpp109 case ImGuiMouseCursor_ResizeNESW: win32_cursor = IDC_SIZENESW; break; in ImGui_ImplWin32_UpdateMouseCursor()
H A Dimgui_impl_sdl.cpp156 … g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
H A Dimgui_impl_glfw.cpp158 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); // FIX… in ImGui_ImplGlfw_Init()
H A Dimgui_impl_allegro5.cpp338 … case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; in ImGui_ImplAllegro5_UpdateMouseCursor()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/examples/
H A Dimgui_impl_win32.cpp113 case ImGuiMouseCursor_ResizeNESW: win32_cursor = IDC_SIZENESW; break; in ImGui_ImplWin32_UpdateMouseCursor()
H A Dimgui_impl_sdl.cpp165 … g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
H A Dimgui_impl_glfw.cpp172 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); // FIX… in ImGui_ImplGlfw_Init()
H A Dimgui_impl_allegro5.cpp345 … case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; in ImGui_ImplAllegro5_UpdateMouseCursor()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/examples/
H A Dimgui_impl_win32.cpp111 case ImGuiMouseCursor_ResizeNESW: win32_cursor = IDC_SIZENESW; break; in ImGui_ImplWin32_UpdateMouseCursor()
H A Dimgui_impl_sdl.cpp157 … g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
H A Dimgui_impl_glfw.cpp158 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); // FIX… in ImGui_ImplGlfw_Init()
H A Dimgui_impl_allegro5.cpp338 … case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; in ImGui_ImplAllegro5_UpdateMouseCursor()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui_impl_sdl.cpp165 … g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
/dports/games/pioneer/pioneer-20210723/contrib/imgui/examples/
H A Dimgui_impl_sdl.cpp221 … g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
/dports/misc/box2d/box2d-2.4.1/testbed/
H A Dimgui_impl_glfw.cpp174 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); // FIX… in ImGui_ImplGlfw_Init()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_impl_glfw.cpp260 g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); in ImGui_ImplGlfw_Init()
265 g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_impl_glfw.cpp222 g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); in ImGui_ImplGlfw_Init()
227 g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/
H A Dimgui_impl_glfw_gl2.cpp279 g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfwGL2_Init()
H A Dimgui_impl_glfw_gl3.cpp411 g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfwGL3_Init()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/app/
H A Dimgui_impl_glfw.cpp263 … bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); in ImGui_ImplGlfw_Init()
268 bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_impl_sdl.cpp228 …bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/backends/
H A Dimgui_impl_glfw.cpp277 … bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); in ImGui_ImplGlfw_Init()
282 bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
H A Dimgui_impl_allegro5.cpp419 … case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; in ImGui_ImplAllegro5_UpdateMouseCursor()
H A Dimgui_impl_osx.mm126 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = [NSCursor respondsToSelector:@selector(_windowResize…
H A Dimgui_impl_sdl.cpp249 …bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()

1234