GuiDropdownBox function

(GuiResult, int) GuiDropdownBox(
  1. RectangleD bounds,
  2. String? text,
  3. num active,
  4. bool editMode,
)

Implementation

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