Searched refs:OpenFrameCount (Results 1 – 6 of 6) sorted by relevance
1049 int OpenFrameCount; // Set on OpenPopup() member1054 ImGuiPopupData() { memset(this, 0, sizeof(*this)); OpenFrameCount = -1; } in ImGuiPopupData()
8334 popup_ref.OpenFrameCount = g.FrameCount; in OpenPopupEx()8349 …nt_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCoun… in OpenPopupEx()8351 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()
598 int OpenFrameCount; // Set on OpenPopup() member
6635 popup_ref.OpenFrameCount = g.FrameCount; in OpenPopupEx()6650 …nt_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCoun… in OpenPopupEx()6652 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()
619 int OpenFrameCount; // Set on OpenPopup() member
6765 popup_ref.OpenFrameCount = g.FrameCount; in OpenPopupEx()6780 …nt_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCoun… in OpenPopupEx()6782 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()