Members
currentTarget PIXI.DisplayObject
The object whose event listener’s callback is currently being invoked.
- Default Value:
- undefined
data PIXI.InteractionData
InteractionData related to this event
- Default Value:
- undefined
Whether this event will continue propagating in the tree.
Remaining events for the stopsPropagatingAt object will still be dispatched.
- Default Value:
- false
target PIXI.DisplayObject
The object which caused this event to be dispatched. For listener callback see PIXI.InteractionEvent.currentTarget.
- Default Value:
- undefined
Type of the event
- Default Value:
- undefined
Methods
Resets the event.
Prevents event from reaching any objects other than the current object.