Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

Gesture handling #395

Closed totallyeviljake closed 10 years ago

totallyeviljake commented 10 years ago

This is a first pass at supporting gestures in the framework. To use gestures, add an event handler to the OnGesture event found in CCApplication. There you will get CCGesture instances which are mapped to local coordinates like the Touches.

totallyeviljake commented 10 years ago

CCTexture2D - looks like it picked up some whitespace changes there.