Advanced
This class handles automatic firing of PointerEvents in the case where the pointer is stationary for too long. This is to ensure that hit-tests are still run on moving objects.
7.2.0
Static
The DOM element to listen to events on.
The event system.
The frequency that fake events will be fired.
Whether to pause the update checks or not.
Adds the ticker listener.
Initializes the event ticker.
Sets flag to not fire extra events when the user has already moved there mouse
Removes the ticker listener.
This class handles automatic firing of PointerEvents in the case where the pointer is stationary for too long. This is to ensure that hit-tests are still run on moving objects.
Since
7.2.0