Searched refs:HoveredRootWindow (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2838 if (g.HoveredRootWindow != window->RootWindow && !(flags & ImGuiHoveredFlags_AllowWhenOverlapped))
3158 if (g.HoveredRootWindow != NULL)
3161 if (g.IO.ConfigWindowsMoveFromTitleBarOnly && !(g.HoveredRootWindow->Flags & ImGuiWindowFlags_NoTitleBar))
3162 if (!g.HoveredRootWindow->TitleBarRect().Contains(g.IO.MouseClickedPos[0]))
3304 // - Child windows can extend beyond the limit of their parent so we need to derive HoveredRootWindow from HoveredWindow.
3312 if (g.HoveredRootWindow && !IsWindowChildOf(g.HoveredRootWindow, modal_window))
3313 g.HoveredRootWindow = g.HoveredWindow = NULL;
3317 g.HoveredWindow = g.HoveredRootWindow = NULL;
3337 g.HoveredWindow = g.HoveredRootWindow
[all...]
H A Dimgui_internal.h784 ImGuiWindow* HoveredRootWindow; // Will catch mouse inputs (for focus/move only) member in struct:ImGuiContext
948 HoveredRootWindow = NULL;
H A Dimgui_widgets.cpp406 if ((flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredRootWindow == window)
434 if ((flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredRootWindow == window)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2838 if (g.HoveredRootWindow != window->RootWindow && !(flags & ImGuiHoveredFlags_AllowWhenOverlapped))
3158 if (g.HoveredRootWindow != NULL)
3161 if (g.IO.ConfigWindowsMoveFromTitleBarOnly && !(g.HoveredRootWindow->Flags & ImGuiWindowFlags_NoTitleBar))
3162 if (!g.HoveredRootWindow->TitleBarRect().Contains(g.IO.MouseClickedPos[0]))
3304 // - Child windows can extend beyond the limit of their parent so we need to derive HoveredRootWindow from HoveredWindow.
3312 if (g.HoveredRootWindow && !IsWindowChildOf(g.HoveredRootWindow, modal_window))
3313 g.HoveredRootWindow = g.HoveredWindow = NULL;
3317 g.HoveredWindow = g.HoveredRootWindow = NULL;
3337 g.HoveredWindow = g.HoveredRootWindow
[all...]
H A Dimgui_internal.h784 ImGuiWindow* HoveredRootWindow; // Will catch mouse inputs (for focus/move only) member in struct:ImGuiContext
948 HoveredRootWindow = NULL;
H A Dimgui_widgets.cpp406 if ((flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredRootWindow == window)
434 if ((flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredRootWindow == window)

Completed in 57 milliseconds