How to enable multi touch in cocos2d?
cocos2d-iphone, objective-c
Solution
Use setMultipleTouchEnabled:Yes for your UIWindow or UIView, and then set the isTouchEnabled property for the layer on which you want to receive touches.
Problem
Could anyone show me how to enable multi touch in cocos2d application please? I am new to this. Really appreciate any help.