Posts

Showing posts from June, 2013

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); }