cocos2d-x Popup Layer On CCTableView, TouchPriority Problem Soution.



void CCScrollView::registerWithTouchDispatcher()
{

-    CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, 0, false);
+    CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, CCLayer::getTouchPriority(), false);

}

Comments

Popular posts from this blog

Facebook loses final appeal in defamation takedown case, must remove same and similar hate posts globally