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