GuiSliderBar function
int
GuiSliderBar(
- RectangleD bounds,
- MemoryPointer<
RChar> textLeft, - MemoryPointer<
RChar> textRight, - MemoryPointer<
RFloat> value, - double minValue,
- double maxValue,
See RaylibGuiFlatModule.GuiSliderBar.
Implementation
int GuiSliderBar(
RectangleD bounds,
MemoryPointer<RChar> textLeft,
MemoryPointer<RChar> textRight,
MemoryPointer<RFloat> value,
double minValue,
double maxValue,
) => _module.GuiSliderBar(bounds, textLeft, textRight, value, minValue, maxValue);