axmol/cocos2dx/touch_dispatcher
Ricardo Quesada 89d210bdb3 CCAssert -> CCASSERT
and other best pracitces like:

capacity and "index" are ints and not unsigned int (google's recomendation).
 It is easier to detect underflow bugs like this

plus other minor improvements
2013-07-19 22:01:27 -07:00
..
CCTouch.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCTouch.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCTouchDelegateProtocol.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCTouchDispatcher.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCTouchDispatcher.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCTouchHandler.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCTouchHandler.h closed #2413: Warning fixes for overload virtual functions. 2013-07-17 16:25:13 +08:00