GuiTextInputBox method
Implementation
int GuiTextInputBox(
RectangleC bounds,
Pointer<Char> title,
Pointer<Char> message,
Pointer<Char> buttons,
Pointer<Char> text,
int textMaxSize,
Pointer<Bool> secretViewActive,
) {
return _GuiTextInputBox(
bounds,
title,
message,
buttons,
text,
textMaxSize,
secretViewActive,
);
}