igCombo
- bool igCombo(const(char)* label, int* current_item, const(char)** items, int items_count, int popup_max_height_in_items)
- bool igCombo(const(char)* label, int* current_item, const(char)* items_separated_by_zeros, int popup_max_height_in_items)
- bool igCombo(const(char)* label, int* current_item, igCombo_items_getter items_getter, void* data, int items_count, int popup_max_height_in_items)
bindbc cimgui overloads
aliasesfunctionstemplates