GuiTextInputBox function

(GuiResult, String, int, bool?) GuiTextInputBox(
  1. RectangleD bounds,
  2. String? title,
  3. String? message,
  4. String? text,
  5. num textSize,
  6. String btnText, [
  7. bool? secretViewActive,
])

Implementation

(GuiResult result, String value, int btnActive, bool? secretViewActive) GuiTextInputBox(
  RectangleD bounds,
  String? title,
  String? message,
  String? text,
  num textSize,
  String btnText,
  [bool? secretViewActive]
) => _module.GuiTextInputBox(bounds, title, message, text, textSize, btnText, secretViewActive);