InteractionManager Class
The interaction manager deals with mouse and touch events. Any DisplayObject can be interactive if its interactive parameter is set to true This manager also supports multitouch.
Constructor
Item Index
Properties
last
Float
mouseOut
Bool
Is set to true when the mouse is moved out of the canvas
Default: false
mouseoverEnabled
Bool
Default: true
onMouseDown
InteractionData -> Void
onMouseMove
InteractionData -> Void
onMouseOut
InteractionData -> Void
onMouseUp
InteractionData -> Void
onTouchEnd
InteractionData -> Void
onTouchMove
InteractionData -> Void
onTouchStart
InteractionData -> Void
pool
ArrayTiny little interactiveData pool !
resolution
Float
touches
Dynamic
An object that stores current touches (InteractionData) by id reference