Home
last modified time | relevance | path

Searched refs:ImGuiItemFlags_SelectableDontClosePopup (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h357ImGuiItemFlags_SelectableDontClosePopup = 1 << 5, // false // MenuItem/Selectable() automatica… enumerator
Dimgui_widgets.cpp5107 …ectableFlags_DontClosePopups) && !(window->DC.ItemFlags & ImGuiItemFlags_SelectableDontClosePopup)) in Selectable()