Handbook
Glossary
gui-scroll-panel ( bounds content scroll -- Rectangle )
Vocabulary
raygui
Inputs
bounds
an
object
content
an
object
scroll
an
object
Outputs
Rectangle
an
object
Definition
USING:
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-scroll-panel
Rectangle
GuiScrollPanel
(
Rectangle
bounds,
Rectangle
content, Vector2* scroll )