Members
-
currentTarget SINT.DisplayObject
-
The object whose event listener’s callback is currently being invoked.
-
InteractionData related to this event
-
Whether this event will continue propagating in the tree
-
target SINT.DisplayObject
-
The object which caused this event to be dispatched. For listener callback see SINT.interaction.InteractionEvent.currentTarget.
-
Type of the event
Methods
-
Resets the event.
-
Prevents event from reaching any objects other than the current object.