Feature #3789

By zhangxm Posted 2014-01-26 02:03

Global Z order was supported at https://github.com/cocos2d/cocos2d-x/pull/5123.

EventDispatcher has to sort listeners by using Global Z and Local Z.



Also, we need to add test case for this feature.

Back