I want to use multi touch functionality. I am using Xcode 5.0.2 with cocos2dx v2.2.3 I have tried a lot but unsuccessful to perform multitouch. I found the tutorial of cocos2d x V.3.0 but the following line is not working for v2.2.3
auto listener = EventListenerTouchAllAtOnce::create();