int GuiDropdownBox( RectangleC bounds, Pointer<Char> text, Pointer<Int> active, bool editMode, ) { return _GuiDropdownBox(bounds, text, active, editMode); }