pointerUp(pointerId) → {boolean} If the Pointer is up this returns
new InputHandler(sprite) The Input Handler is bound to a specific Sprite and is responsible for managing all Input events on that Sprite
overDuration(pointerId) → {number} If the pointer is currently over
justReleased(pointerId, delay) → {boolean} Returns true if the pointer
snapOnRelease : boolean When the Sprite is dragged this controls if the Sprite will be snapped on release.
sprite : Phaser.Sprite The Sprite object to which
downDuration(pointerId) → {number} If the pointer is currently over
snapX : number When a Sprite has snapping enabled this holds the width of the snap grid.
pointerDragged(pointerId) → {boolean} Is this sprite being dragged
dragTimeThreshold : integer The amount of time, in ms, the pointer has to be held down over the Sprite before it thinks it is being
Page 4 of 7