GuiSliderBar method
Implementation
int GuiSliderBar(
RectangleC bounds,
Pointer<Char> textLeft,
Pointer<Char> textRight,
Pointer<Float> value,
double minValue,
double maxValue,
) {
return _GuiSliderBar(
bounds,
textLeft,
textRight,
value,
minValue,
maxValue,
);
}