Interface: EventSystemFeatures

EventSystemFeatures

The event features that are enabled by the EventSystem (included in the pixi.js and pixi.js-legacy bundle), otherwise it will be ignored.

Properties:
Name Type Description
click boolean

Enables pointer events associated with clicking:

  • pointerup / mouseup / touchend / 'rightup'
  • pointerupoutside / mouseupoutside / touchendoutside / 'rightupoutside'
  • pointerdown / 'mousedown' / touchstart / 'rightdown'
  • click / tap
globalMove boolean

Enables global pointer move events:

  • globalpointermove
  • globalmousemove
  • globaltouchemove
move boolean

Enables pointer events associated with pointer movement:

  • pointermove / mousemove / touchmove
  • pointerout / mouseout
  • pointerover / mouseover
wheel boolean
  • Enables wheel events.
Since:
  • 7.2.0

Members

click boolean

Enables pointer events associated with clicking:

  • pointerup / mouseup / touchend / 'rightup'
  • pointerupoutside / mouseupoutside / touchendoutside / 'rightupoutside'
  • pointerdown / 'mousedown' / touchstart / 'rightdown'
  • click / tap

globalMove boolean

Enables global pointer move events:

  • globalpointermove
  • globalmousemove
  • globaltouchemove

move boolean

Enables pointer events associated with pointer movement:

  • pointermove / mousemove / touchmove
  • pointerout / mouseout
  • pointerover / mouseover

wheel boolean

  • Enables wheel events.