IsPopupOpen

Popups: query functions - IsPopupOpen(): return true if the popup is open at the current BeginPopup() level of the popup stack. - IsPopupOpen() with ImGuiPopupFlags_AnyPopupId: return true if any popup is open at the current BeginPopup() level of the popup stack. - IsPopupOpen() with ImGuiPopupFlags_AnyPopupId + ImGuiPopupFlags_AnyPopupLevel: return true if any popup is open.

pure @nogc nothrow @trusted
bool
IsPopupOpen
(
scope const(char)* str_id
,
ImGuiPopupFlags flags
)

Meta