axmol/cocos2dx/event_dispatcher
James Chen 3985574c30 issue #2087: Bug fix in EventDispatcher: _isRegister fix. 2013-09-18 22:21:22 +08:00
..
CCAccelerationEvent.cpp issue #2087: Updating the constructor of XXXEvent. 2013-09-18 18:16:14 +08:00
CCAccelerationEvent.h Make XXXEventListener as friend class of XXXEvent. Move the test of eventdispatchertest. 2013-09-18 18:35:42 +08:00
CCAccelerationEventListener.cpp Make XXXEventListener as friend class of XXXEvent. Move the test of eventdispatchertest. 2013-09-18 18:35:42 +08:00
CCAccelerationEventListener.h [dispatcher] Using cocos2d-x memory model instead of std::shared_ptr. It should be unified. 2013-09-13 18:00:56 +08:00
CCEvent.cpp issue #2087: Init Event::_userData. 2013-09-18 22:20:20 +08:00
CCEvent.h issue #2087: Adding Event::setUserData and Event::getUserData, making some methods inline. 2013-09-18 18:15:18 +08:00
CCEventDispatcher.cpp issue #2087: Bug fix in EventDispatcher: _isRegister fix. 2013-09-18 22:21:22 +08:00
CCEventDispatcher.h issue #2087: Sorts listeners only when flag is dirty. setPriority is only valid in fixed priority listener. 2013-09-18 17:46:00 +08:00
CCEventListener.cpp [dispatcher] Using cocos2d-x memory model instead of std::shared_ptr. It should be unified. 2013-09-13 18:00:56 +08:00
CCEventListener.h issue #2087: Sorts listeners only when flag is dirty. setPriority is only valid in fixed priority listener. 2013-09-18 17:46:00 +08:00
CCKeyboardEvent.cpp [Dispatcher] New event dispatcher, first commit. 2013-09-11 22:09:34 +08:00
CCKeyboardEvent.h Make XXXEventListener as friend class of XXXEvent. Move the test of eventdispatchertest. 2013-09-18 18:35:42 +08:00
CCKeyboardEventListener.cpp [dispatcher] Using cocos2d-x memory model instead of std::shared_ptr. It should be unified. 2013-09-13 18:00:56 +08:00
CCKeyboardEventListener.h [dispatcher] Using cocos2d-x memory model instead of std::shared_ptr. It should be unified. 2013-09-13 18:00:56 +08:00
CCTouch.cpp [Dispatcher] New event dispatcher, first commit. 2013-09-11 22:09:34 +08:00
CCTouch.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCTouchEvent.cpp [Dispatcher] New event dispatcher, first commit. 2013-09-11 22:09:34 +08:00
CCTouchEvent.h [dispatcher] Defines TOUCH_PERF_DEBUG to enable setting touches in TouchEvent. 2013-09-15 17:49:09 +08:00
CCTouchEventListener.cpp [dispatcher] Using cocos2d-x memory model instead of std::shared_ptr. It should be unified. 2013-09-13 18:00:56 +08:00
CCTouchEventListener.h [dispatcher] Using cocos2d-x memory model instead of std::shared_ptr. It should be unified. 2013-09-13 18:00:56 +08:00