Class: InteractionEvent

InteractionEvent

Event class that mimics native DOM events.

new Tiny.interaction.InteractionEvent()

Members

currentTargetTiny.DisplayObject

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

InteractionData related to this event

stoppedboolean

Whether this event will continue propagating in the tree

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

typestring

Type of the event

Methods

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

Version:
  • 1.2.0

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

Documentation generated by JSDoc 3.4.3 on Fri Jul 09 2021 19:32:26 GMT+0800 (CST)