GuiDropdownBox method
Dropdown Box control
Implementation
int GuiDropdownBox(RectangleC bounds, Pointer<Char> text, Pointer<Int> active, bool editMode)
=> _GuiDropdownBox(bounds, text, active, editMode);
Dropdown Box control
int GuiDropdownBox(RectangleC bounds, Pointer<Char> text, Pointer<Int> active, bool editMode)
=> _GuiDropdownBox(bounds, text, active, editMode);