GuiToggleSlider function

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

Implementation

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