GuiDropdownBox method

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

Dropdown Box control

Implementation

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