cocos2d / cocos2d-x-for-xna

port cocos2d-x into c# based on XNA
124 stars 49 forks source link

Modified Touch Handling #12

Closed moswald closed 12 years ago

moswald commented 12 years ago

I've modified the touch handling code to only call touchesBegan/Moved/Ended once per group of touches.

moswald commented 12 years ago

Hah. Sorry, I thought I had checked in a bug, but it appears to be my test code that was wrong. :)

totallyevil commented 12 years ago

I have manually merged this into the 0.1.2a version.