GuiTextInputBox abstract method
int
GuiTextInputBox(
- RectangleD bounds,
- MemoryPointer<
RInt8> title, - MemoryPointer<
RInt8> message, - MemoryPointer<
RInt8> text, - int textSize,
- MemoryPointer<
RInt8> btnText, - MemoryPointer<
RInt32> btnActive, - MemoryPointer<
RBool> secretViewActive,
Text Input Box control, ask for text, supports secret
Implementation
int GuiTextInputBox(
RectangleD bounds,
MemoryPointer<RChar> title,
MemoryPointer<RChar> message,
MemoryPointer<RChar> text,
int textSize,
MemoryPointer<RChar> btnText,
MemoryPointer<RInt> btnActive,
MemoryPointer<RBool> secretViewActive,
);