API Docs for: 1.0.0
Show:

InteractionManager Class

The interaction manager deals with mouse and touch events. At this moment only Sprite's can be interactive. This manager also supports multitouch.

Constructor

InteractionManager

(
  • stage
)

Parameters:

Item Index

Properties

Methods

disableMouseOver

()

This method will disable rollover/rollout for ALL interactive items You may wish to use this an optimization if your app does not require rollover/rollout funcitonality

enableMouseOver

()

This method will enable rollover/rollout for ALL interactive items It is enabled by default

Properties

mouse

InteractionData

the mouse data

stage

Stage

a refference to the stage

touchs

Object

an object that stores current touches (InteractionData) by id reference