My first game was released with version 0.52 of Cocos2d and it used the old touchesBegan method to detect multiple touches and it worked just fine. My new game is using 0.73 and the newer ccTouchesBegan method. In my new game the two sides of the screen act as large buttons which you can press simultaneously, the problem is if one finger is held on the screen my game does not get any more touch events. So if you use one finger, or use two fingers at exactly the same time it works fine, but going back and forth does not.
Is there something else I have to do to enable multitouch? Is it trying the process the held finger as a gesture of some kind?
Any help would be appreciated.
-Jason