Advanced
Enables pointer events associated with clicking/tapping.
When enabled, these events will fire:
pointerdown
/ mousedown
/ touchstart
/ rightdown
pointerup
/ mouseup
/ touchend
/ rightup
pointerupoutside
/ mouseupoutside
/ touchendoutside
/ rightupoutside
click
/ tap
Enables global pointer move events that fire regardless of target.
When enabled, these events will fire:
globalpointermove
globalmousemove
globaltouchmove
Enables pointer events associated with pointer movement.
When enabled, these events will fire:
pointermove
/ mousemove
/ touchmove
pointerout
/ mouseout
pointerover
/ mouseover
Enables 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