igComboStr function

int igComboStr(
  1. Pointer<Uint8> label,
  2. Pointer<Int32> current_item,
  3. Pointer<Uint8> items_separated_by_zeros,
  4. int popup_max_height_in_items,
)
byte igComboStr(
 byte* label ,
 int* current_item ,
 byte* items_separated_by_zeros ,
 int popup_max_height_in_items
);

Implementation

int igComboStr(
        Pointer<Uint8> label,
        Pointer<Int32> current_item,
        Pointer<Uint8> items_separated_by_zeros,
        int popup_max_height_in_items) =>
    _igComboStr(label, current_item, items_separated_by_zeros,
        popup_max_height_in_items);