Home
last modified time | relevance | path

Searched refs:focused_root_window (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp2728 if (ImGuiWindow* focused_root_window = g.NavWindow->RootWindow) in IsWindowContentHoverable() local
2729 if (focused_root_window->WasActive && focused_root_window != window->RootWindow) in IsWindowContentHoverable()
2733 if (focused_root_window->Flags & ImGuiWindowFlags_Modal) in IsWindowContentHoverable()
2735 …if ((focused_root_window->Flags & ImGuiWindowFlags_Popup) && !(flags & ImGuiHoveredFlags_AllowWhen… in IsWindowContentHoverable()