GuiTextInputBox method
Text Input Box control, ask for text, supports secret
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)
=> _GuiTextInputBox(bounds, title, message, text, textSize, btnText, btnActive, secretViewActive);