GuiToggleSlider abstract method

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

Toggle Slider control

Implementation

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