GuiSpinner function
int
GuiSpinner(
- RectangleD bounds,
- MemoryPointer<
RChar> text, - MemoryPointer<
RInt> value, - int minValue,
- int maxValue,
- bool editMode,
See RaylibGuiFlatModule.GuiSpinner.
Implementation
int GuiSpinner(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> value,
int minValue,
int maxValue,
bool editMode,
) => _module.GuiSpinner(bounds, text, value, minValue, maxValue, editMode);