Searched refs:want_close (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5641 bool want_open = false, want_close = false; local in function:ImGui::BeginMenu
5664 want_close = (menu_is_open && !hovered && g.HoveredWindow == window && g.HoveredIdPreviousFrame != 0 && g.HoveredIdPreviousFrame != id && !moving_within_opened_triangle);
5669 want_close = menu_is_open;
5683 want_close = true;
5698 want_close = true;
5699 if (want_close && IsPopupOpen(id))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5641 bool want_open = false, want_close = false; local in function:ImGui::BeginMenu
5664 want_close = (menu_is_open && !hovered && g.HoveredWindow == window && g.HoveredIdPreviousFrame != 0 && g.HoveredIdPreviousFrame != id && !moving_within_opened_triangle);
5669 want_close = menu_is_open;
5683 want_close = true;
5698 want_close = true;
5699 if (want_close && IsPopupOpen(id))

Completed in 24 milliseconds