int GuiTextBox( RectangleC bounds, Pointer<Char> text, int textSize, bool editMode, ) { return _GuiTextBox(bounds, text, textSize, editMode); }