cocos2dx CCTimer::timerWithTarget回调

bool  HelloWorld::init()

{

    CCTimer::timerWithTarget(this,schedule_selector( HelloWorld::testTimerCB), 1);

    this->schedule(schedule_selector( HelloWorld::testTimerCB), 1); 

        return true;

}

原文地址:https://www.cnblogs.com/kupig/p/2787818.html