Class: InteractionEvent

SINT.interaction.InteractionEvent

Event class that mimics native DOM events.

new SINT.interaction.InteractionEvent ()

Members

currentTarget SINT.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

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

type string

Type of the event

Methods

reset ()

Resets the event.

stopPropagation ()

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