GuiComboBox method

int GuiComboBox(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Int> active
)

Combo Box control

Implementation

int GuiComboBox(RectangleC bounds, Pointer<Char> text, Pointer<Int> active)
  => _GuiComboBox(bounds, text, active);