« All deprecation guides

Deprecation Guide for Custom eventManager deprecated

until: 2.17.0
since: 2.14
id: custom-eventmanager-deprecated

EventDispatcher has long supported custom eventManagers containing their own event dispatching rules to be defined on components. This feature was initially added to allow components to differentiate between certain types of touch input, however the addon that originally used this has long been deprecated.

If needed, an addon which allows for custom component eventManagers can be created. Please comment on the original RFC if you have a need for this in your app.