Searched refs:ImGuiComboFlags (Results 1 – 2 of 2) sorted by relevance
139 typedef int ImGuiComboFlags; // -> enum ImGuiComboFlags_ // Flags: for BeginCombo() typedef402 … bool BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags = 0);
1280 bool ImGui::BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags) in BeginCombo()