We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
EventDispatcher should support Global Z order sorting.
EventDispatcher should support Global Z order sorting.
Feature #3789 [Closed]
We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
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.