Searched defs:ImGuiPopupRef (Results 1 – 1 of 1) sorted by relevance
614 struct ImGuiPopupRef struct616 ImGuiID PopupId; // Set on OpenPopup()617 … Window; // Resolved on BeginPopup() - may stay unresolved if user never calls OpenPopup()618 ImGuiWindow* ParentWindow; // Set on OpenPopup()619 int OpenFrameCount; // Set on OpenPopup()620 …his to differenciate multiple menu sets from each others (e.g. inside menu bar vs loose menu items)621 …Pos; // Set on OpenPopup(), preferred popup position (typically == OpenMousePos when using mouse)622 … OpenMousePos; // Set on OpenPopup(), copy of mouse position at the time of opening popup