Handbook
Glossary
gui-spinner ( bounds text value minValue maxValue editMode -- bool )
Vocabulary
raygui
Inputs
bounds
an
object
text
an
object
value
an
object
minValue
an
object
maxValue
an
object
editMode
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-spinner
bool GuiSpinner
(
Rectangle
bounds,
c-string
text, int* value,
int
minValue,
int
maxValue,
bool
editMode )