sprite : Phaser.Sprite The Sprite object to which
dragTimeThreshold : integer The amount of time, in ms, the pointer has to be held down over the Sprite before it thinks it is being
enabled : boolean If enabled the Input Handler will process input requests and monitor pointer activity.
reset() Resets the Input Handler and disables it. Source code:
downPoint : Phaser.Point A Point object containing
snapPoint : Phaser.Point If the sprite is set to snap
pixelPerfectOver : boolean Set to true to use pixel perfect hit detection when checking if the pointer is over this Sprite.
stopDrag(pointer) Called by Pointer when drag is stopped on this Sprite. Should not usually be called directly. Parameters
stop() Stops the Input Handler from running. Source code:
justPressed(pointerId, delay) → {boolean} Returns true if the pointer
Page 5 of 7