GuiTextInputBox abstract method
Text Input Box control, ask for text, supports secret
Implementation
(int result, String value, bool? secretViewActive) GuiTextInputBox(
RectangleStructType bounds,
String? title,
String? message,
String buttons,
String? text,
num textMaxSize,
bool? secretViewActive,
);