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