GuiToggle method

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

Implementation

int GuiToggle(RectangleC bounds, Pointer<Char> text, Pointer<Bool> active) {
  return _GuiToggle(bounds, text, active);
}