GuiSlider abstract method

int GuiSlider(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> textLeft,
  3. MemoryPointer<RInt8> textRight,
  4. MemoryPointer<RFloat32> value,
  5. double minValue,
  6. double maxValue,
)

Slider control

Implementation

int GuiSlider(
  RectangleD bounds,
  MemoryPointer<RChar> textLeft,
  MemoryPointer<RChar> textRight,
  MemoryPointer<RFloat> value,
  double minValue,
  double maxValue,
);