标签: iphone ios cocoa-touch cocos2d-iphone
我正在制作一个cocos2d游戏,我无法调用touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event。除了包含这个功能之外,还有什么我应该做的吗?
touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
答案 0 :(得分:1)
将cocos2d与触摸一起使用时,应使用以下方法
- (void)ccTouchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {