GuiToggleSlider function

int GuiToggleSlider(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RInt> active
)

See RaylibGuiFlatModule.GuiToggleSlider.

Implementation

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