GuiTextBox abstract method

(int, String) GuiTextBox(
  1. RectangleStructType bounds,
  2. String? text,
  3. num textSize,
  4. bool editMode,
)

Implementation

(int result, String value) GuiTextBox(
  RectangleStructType bounds,
  String? text,
  num textSize,
  bool editMode,
);