Searched refs:ImGuiMouseCursor_ResizeNESW (Results 1 – 15 of 15) sorted by relevance
260 … bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); in ImGui_ImplGlfw_Init()265 bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
228 …bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
440 … case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; in ImGui_ImplAllegro5_UpdateMouseCursor()
213 case ImGuiMouseCursor_ResizeNESW: win32_cursor = IDC_SIZENESW; break; in ImGui_ImplWin32_UpdateMouseCursor()
151 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = [NSCursor respondsToSelector:@selector(_windowResize…
113 case ImGuiMouseCursor_ResizeNESW: win32_cursor = IDC_SIZENESW; break; in ImGui_ImplWin32_UpdateMouseCursor()
165 … g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
172 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); // FIX… in ImGui_ImplGlfw_Init()
345 … case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; in ImGui_ImplAllegro5_UpdateMouseCursor()
1138 ImGuiMouseCursor_ResizeNESW, // When hovering over the bottom-left corner of a window enumerator
4729 … g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE; in UpdateManualResize()
1130 ImGuiMouseCursor_ResizeNESW, // When hovering over the bottom-left corner of a window enumerator
4646 … g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE; in UpdateManualResize()
1644 ImGuiMouseCursor_ResizeNESW, // When hovering over the bottom-left corner of a window enumerator
5446 … g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE; in UpdateWindowManualResize()