D | imgui_widgets.cpp | 1418 bool ImGui::Combo(const char* label, int* current_item, bool (*items_getter)(void*, int, const char… in Combo() function in ImGui 1459 bool ImGui::Combo(const char* label, int* current_item, const char* const items[], int items_count,… in Combo() function in ImGui 1461 …const bool value_changed = Combo(label, current_item, Items_ArrayGetter, (void*)items, items_count… in Combo() 1466 bool ImGui::Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int h… in Combo() function in ImGui 1475 …bool value_changed = Combo(label, current_item, Items_SingleStringGetter, (void*)items_separated_b… in Combo()
|