Searched refs:OpenPopupStack (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3325 g.IO.MouseDownOwned[i] = (g.HoveredWindow != NULL) || (!g.OpenPopupStack.empty());
3343 g.IO.WantCaptureMouse = (mouse_avail_to_imgui && (g.HoveredWindow != NULL || mouse_any_down)) || (!g.OpenPopupStack.empty());
3601 g.OpenPopupStack.clear();
4148 return g.OpenPopupStack[g.BeginPopupStack.Size-1].OpenMousePos;
4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size];
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size];
6727 return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].PopupId == id;
6733 return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[
[all...]
H A Dimgui_widgets.cpp5603 bool menuset_is_open = !(window->Flags & ImGuiWindowFlags_Popup) && (g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].OpenParentId == window->IDStack.back());
5646 if (g.HoveredWindow == window && g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].ParentWindow == window && !(window->Flags & ImGuiWindowFlags_MenuBar))
5648 if (ImGuiWindow* next_window = g.OpenPopupStack[g.BeginPopupStack.Size].Window)
5704 if (!menu_is_open && want_open && g.OpenPopupStack.Size > g.BeginPopupStack.Size)
H A Dimgui_internal.h813 ImVector<ImGuiPopupRef> OpenPopupStack; // Which popups are open (persistent) member in struct:ImGuiContext
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3325 g.IO.MouseDownOwned[i] = (g.HoveredWindow != NULL) || (!g.OpenPopupStack.empty());
3343 g.IO.WantCaptureMouse = (mouse_avail_to_imgui && (g.HoveredWindow != NULL || mouse_any_down)) || (!g.OpenPopupStack.empty());
3601 g.OpenPopupStack.clear();
4148 return g.OpenPopupStack[g.BeginPopupStack.Size-1].OpenMousePos;
4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size];
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size];
6727 return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].PopupId == id;
6733 return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[
[all...]
H A Dimgui_widgets.cpp5603 bool menuset_is_open = !(window->Flags & ImGuiWindowFlags_Popup) && (g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].OpenParentId == window->IDStack.back());
5646 if (g.HoveredWindow == window && g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].ParentWindow == window && !(window->Flags & ImGuiWindowFlags_MenuBar))
5648 if (ImGuiWindow* next_window = g.OpenPopupStack[g.BeginPopupStack.Size].Window)
5704 if (!menu_is_open && want_open && g.OpenPopupStack.Size > g.BeginPopupStack.Size)
H A Dimgui_internal.h813 ImVector<ImGuiPopupRef> OpenPopupStack; // Which popups are open (persistent) member in struct:ImGuiContext

Completed in 61 milliseconds