GuiComboBox function

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

Implementation

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