GuiTextInputBox function
int
GuiTextInputBox(
- RectangleD bounds,
- MemoryPointer<
RChar> title, - MemoryPointer<
RChar> message, - MemoryPointer<
RChar> text, - int textSize,
- MemoryPointer<
RChar> btnText, - MemoryPointer<
RInt> btnActive, - MemoryPointer<
RBool> secretViewActive,
See RaylibGuiFlatModule.GuiTextInputBox.
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,
) => _module.GuiTextInputBox(bounds, title, message, text, textSize, btnText, btnActive, secretViewActive);