GuiToggle function

(GuiResult, bool) GuiToggle(
  1. RectangleD bounds,
  2. String? text,
  3. bool active
)

Implementation

(GuiResult result, bool active) GuiToggle(
  RectangleD bounds,
  String? text,
  bool active,
) => _module.GuiToggle(bounds, text, active);