Handbook
Glossary
gui-text-box-multi ( bounds text textSize editMode -- bool )
Vocabulary
raygui
Inputs
bounds
an
object
text
an
object
textSize
an
object
editMode
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-text-box-multi
bool
GuiTextBoxMulti
(
Rectangle
bounds, char* text,
int
textSize,
bool
editMode
)