GuiTextBox function

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

Implementation

(GuiResult result, String value) GuiTextBox(
  RectangleD bounds,
  String? text,
  num textSize,
  bool editMode,
) => _module.GuiTextBox(bounds, text, textSize, editMode);