Searched refs:ImGuiButtonFlags_DontClosePopups (Results 1 – 2 of 2) sorted by relevance
300 …ImGuiButtonFlags_DontClosePopups = 1 << 7, // disable automatically closing parent popup … enumerator
2677 ImGuiButtonFlags button_flags = ImGuiButtonFlags_Repeat | ImGuiButtonFlags_DontClosePopups; in InputScalar()