Searched refs:MovingWindow (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3088 // We _also_ call this when clicking in a window empty space when io.ConfigWindowsMoveFromTitleBarOnly is set, but clear g.MovingWindow afterward.
3100 g.MovingWindow = window;
3108 if (g.MovingWindow != NULL)
3110 // We actually want to move the root window. g.MovingWindow == window we clicked on (could be a child window).
3111 // We track it to preserve Focus and so that generally ActiveIdWindow == MovingWindow and ActiveId == MovingWindow->MoveId for consistency.
3113 IM_ASSERT(g.MovingWindow && g.MovingWindow->RootWindow);
3114 ImGuiWindow* moving_window = g.MovingWindow->RootWindow;
3123 FocusWindow(g.MovingWindow);
[all...]
H A Dimgui_internal.h809 ImGuiWindow* MovingWindow; // Track the window we clicked on (in order to preserve focus). The actually window that is moved is generally MovingWindow->RootWindow. member in struct:ImGuiContext
971 MovingWindow = NULL;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3088 // We _also_ call this when clicking in a window empty space when io.ConfigWindowsMoveFromTitleBarOnly is set, but clear g.MovingWindow afterward.
3100 g.MovingWindow = window;
3108 if (g.MovingWindow != NULL)
3110 // We actually want to move the root window. g.MovingWindow == window we clicked on (could be a child window).
3111 // We track it to preserve Focus and so that generally ActiveIdWindow == MovingWindow and ActiveId == MovingWindow->MoveId for consistency.
3113 IM_ASSERT(g.MovingWindow && g.MovingWindow->RootWindow);
3114 ImGuiWindow* moving_window = g.MovingWindow->RootWindow;
3123 FocusWindow(g.MovingWindow);
[all...]
H A Dimgui_internal.h809 ImGuiWindow* MovingWindow; // Track the window we clicked on (in order to preserve focus). The actually window that is moved is generally MovingWindow->RootWindow. member in struct:ImGuiContext
971 MovingWindow = NULL;

Completed in 33 milliseconds