GuiDropdownBox function
Implementation
(GuiResult result, int active) GuiDropdownBox(
RectangleD bounds,
String? text,
num active,
bool editMode,
) => _module.GuiDropdownBox(bounds, text, active, editMode);
(GuiResult result, int active) GuiDropdownBox(
RectangleD bounds,
String? text,
num active,
bool editMode,
) => _module.GuiDropdownBox(bounds, text, active, editMode);