vitefalcon
21-08-2011 15:07:19
Hi Guys,
I'm trying to use MyGUI for a project and on compilation it complains:
This was coded by someone to list to mouse-click events of a widget. It looks something like this:
Does anyone know how to acheive the same in version 3.0.1?
I'm trying to use MyGUI for a project and on compilation it complains:
error C2676: binary '+=' : 'MyGUI::EventHandle_WidgetVoid' does not define this operator or a conversion to a type acceptable to the predefined operator
This was coded by someone to list to mouse-click events of a widget. It looks something like this:
widget->eventMouseButtonClick += newDelegate(this, &MyGUISystem::widgetClicked);
Does anyone know how to acheive the same in version 3.0.1?