GuiTextInputBox function
Implementation
int GuiTextInputBox(
RectangleC bounds,
Pointer<Char> title,
Pointer<Char> message,
Pointer<Char> text,
int textSize,
Pointer<Char> btnText,
Pointer<Int> btnActive,
Pointer<Bool> secretViewActive,
) => _module.GuiTextInputBox(bounds, title, message, text, textSize, btnText, btnActive, secretViewActive);