GuiSlider abstract method
int
GuiSlider(
- RectangleD bounds,
- MemoryPointer<
RInt8> textLeft, - MemoryPointer<
RInt8> textRight, - MemoryPointer<
RFloat32> value, - double minValue,
- double maxValue,
Slider control
Implementation
int GuiSlider(
RectangleD bounds,
MemoryPointer<RChar> textLeft,
MemoryPointer<RChar> textRight,
MemoryPointer<RFloat> value,
double minValue,
double maxValue,
);