Handbook
Glossary
gui-scroll-bar ( bounds value minValue maxValue -- int )
Vocabulary
raygui
Inputs
bounds
an
object
value
an
object
minValue
an
object
maxValue
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-scroll-bar
int
GuiScrollBar
(
Rectangle
bounds,
int
value,
int
minValue,
int
maxValue )