Class: InteractionEvent

PIXI.InteractionEvent

Event class that mimics native DOM events.

Members

currentTarget PIXI.DisplayObject

The object whose event listener’s callback is currently being invoked.

InteractionData related to this event

stopped boolean

Whether this event will continue propagating in the tree.

Remaining events for the stopsPropagatingAt object will still be dispatched.

The object which caused this event to be dispatched. For listener callback see PIXI.InteractionEvent.currentTarget.

type string

Type of the event

Methods

reset () void

Resets the event.

stopPropagation () void

Prevents event from reaching any objects other than the current object.