您的位置:首页 > 移动开发 > Cocos引擎

cocos2d 2.1使用Sneakyinput报错Cannot find protocol declaration for CCTargetTouchDelegate/CCStandardTouch

2013-07-17 17:48 429 查看
今天使用Sneakyinput开源框架做虚拟操作杆的时候,导入文件报错Cannot find protocol declaration for CCTargetTouchDelegate/CCStandardTouch,查询各种资料终于知道在cocos2d 2.1中协议明变了

CCTargetedTouchDelegate -> CCTouchOneByOneDelegate

CCStandardTouchDelegate -> CCTouchAllAtOnceDelegate
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: