gui-scroll-bar ( bounds value minValue maxValue -- int )


Vocabulary
raygui

Inputs
boundsan object
valuean object
minValuean object
maxValuean object


Outputs
intan object


Definition


LIBRARY: raygui FUNCTION-ALIAS: gui-scroll-bar int
GuiScrollBar
( Rectangle bounds, int value, int minValue, int maxValue )