GuiToggle abstract method

(int, bool) GuiToggle(
  1. RectangleStructType bounds,
  2. String? text,
  3. bool active
)

Implementation

(int result, bool active) GuiToggle(
  RectangleStructType bounds,
  String? text,
  bool active,
);