GuiTextBox abstract method
Text Box control, updates input text
Implementation
int GuiTextBox(
RectangleD bounds,
MemoryPointer<RChar> text,
int textSize,
bool editMode,
);
Text Box control, updates input text
int GuiTextBox(
RectangleD bounds,
MemoryPointer<RChar> text,
int textSize,
bool editMode,
);