Text Box control, updates input text
int GuiTextBox(RectangleC bounds, Pointer<Char> text, int textSize, bool editMode) => _GuiTextBox(bounds, text, textSize, editMode);