GuiToggleSlider function
Implementation
int GuiToggleSlider(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> active,
) => _module.GuiToggleSlider(bounds, text, active);
int GuiToggleSlider(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> active,
) => _module.GuiToggleSlider(bounds, text, active);