GuiToggle function

int GuiToggle(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Bool> active
)

Implementation

int GuiToggle(RectangleC bounds, Pointer<Char> text, Pointer<Bool> active) => _module.GuiToggle(bounds, text, active);