GuiTextBox function
Implementation
int GuiTextBox(
RectangleD bounds,
MemoryPointer<RChar> text,
int textSize,
bool editMode,
) => _module.GuiTextBox(bounds, text, textSize, editMode);
int GuiTextBox(
RectangleD bounds,
MemoryPointer<RChar> text,
int textSize,
bool editMode,
) => _module.GuiTextBox(bounds, text, textSize, editMode);