@amuse wrote:
for example, if I call:
Director::getInstance()->getEventDispatcher()->addEventListenerWithSceneGraphPriority(this->listener,this);
do I need to call
Director::getInstance()->getEventDispatcher()->removeEventListener(this->listener);
after the object is destroyed?
Posts: 3
Participants: 3