gui-value-box ( bounds text value minValue maxValue editMode -- bool )


Vocabulary
raygui

Inputs
boundsan object
textan object
valuean object
minValuean object
maxValuean object
editModean object


Outputs
boolan object


Definition


LIBRARY: raygui FUNCTION-ALIAS: gui-value-box bool
GuiValueBox
( Rectangle bounds, c-string text, int* value, int minValue,
int maxValue, bool editMode )