GuiSpinner function
See RaylibGui.GuiSpinner.
Implementation
int GuiSpinner(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> value,
int minValue,
int maxValue,
bool editMode,
) => _module.GuiSpinner(bounds, text, value, minValue, maxValue, editMode);