GuiToggleSlider function
Implementation
int GuiToggleSlider(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> active,
) => _module.GuiToggleSlider(bounds, text, active);
int GuiToggleSlider(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> active,
) => _module.GuiToggleSlider(bounds, text, active);