Cocos2DXNA / cocos2d-xna

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

WINDOWS Preprocessor missing for Release Build #401

Closed eclipsisme closed 10 years ago

eclipsisme commented 10 years ago

The release build does not define the WINDOWS preprocessor flag. This results in mouse clicks not triggering touches. Touch still works.

totallyeviljake commented 10 years ago

I think this is fixed. ENABLE_MOUSE was added to CCApplication's handling of mouse input.