GuiComboBox method

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

Implementation

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