gui-text-box ( bounds text textSize editMode -- bool )


Vocabulary
raygui

Inputs
boundsan object
textan object
textSizean object
editModean object


Outputs
boolan object


Definition


LIBRARY: raygui FUNCTION-ALIAS: gui-text-box bool GuiTextBox
( Rectangle bounds, char* text, int textSize, bool editMode
)