GuiComboBox function

(GuiResult, int) GuiComboBox(
  1. RectangleD bounds,
  2. String? text,
  3. num active
)

Implementation

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