Searched refs:focused_root_window (Results 1 – 1 of 1) sorted by relevance
2728 if (ImGuiWindow* focused_root_window = g.NavWindow->RootWindow) in IsWindowContentHoverable() local2729 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()