GuiTextBox function
See RaylibGui.GuiTextBox.
Implementation
int GuiTextBox(
RectangleC bounds,
Pointer<Char> text,
int textSize,
bool editMode,
) => _module.GuiTextBox(bounds, text, textSize, editMode);
See RaylibGui.GuiTextBox.
int GuiTextBox(
RectangleC bounds,
Pointer<Char> text,
int textSize,
bool editMode,
) => _module.GuiTextBox(bounds, text, textSize, editMode);