Home
last modified time | relevance | path

Searched defs:ImGuiPopupRef (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h614 struct ImGuiPopupRef struct
616 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