GuiDropdownBox method

int GuiDropdownBox(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Int> active,
  4. bool editMode,
)

Implementation

int GuiDropdownBox(
  RectangleC bounds,
  Pointer<Char> text,
  Pointer<Int> active,
  bool editMode,
) {
  return _GuiDropdownBox(bounds, text, active, editMode);
}