GuiTextInputBox function
(GuiResult, String, int, bool?)
GuiTextInputBox(
- RectangleD bounds,
- String? title,
- String? message,
- String? text,
- num textSize,
- String btnText, [
- 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);