Skip to content

Documentation / imgui / ImGui / BeginCombo

Function: BeginCombo()

BeginCombo(label, preview_value?, flags?): boolean

Defined in: libs/imgui/src/imgui.ts:5076

Parameters

label

string

preview_value?

string = null

flags?

ImGuiComboFlags = 0

Returns

boolean

Released under the MIT License.