AdvancedEnables pointer events associated with clicking/tapping.
When enabled, these events will fire:
pointerdown / mousedown / touchstart / rightdownpointerup / mouseup / touchend / rightuppointerupoutside / mouseupoutside / touchendoutside / rightupoutsideclick / tapEnables global pointer move events that fire regardless of target.
When enabled, these events will fire:
globalpointermoveglobalmousemoveglobaltouchmoveEnables pointer events associated with pointer movement.
When enabled, these events will fire:
pointermove / mousemove / touchmovepointerout / mouseoutpointerover / mouseoverEnables mouse wheel/scroll events.
The event features that are enabled by the EventSystem. These features control different types of interaction events in your PixiJS application.
Example
Since
7.2.0