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