GuiTextBox abstract method
Text Box control, updates input text
Implementation
(int result, String value) GuiTextBox(
RectangleStructType bounds,
String? text,
num textSize,
bool editMode,
);
Text Box control, updates input text
(int result, String value) GuiTextBox(
RectangleStructType bounds,
String? text,
num textSize,
bool editMode,
);