InputHandler#sprite
  • References/Game Development/Phaser/Game Objects/InputHandler

sprite : Phaser.Sprite The Sprite object to which

2025-01-10 15:47:30
InputHandler#dragTimeThreshold
  • References/Game Development/Phaser/Game Objects/InputHandler

dragTimeThreshold : integer The amount of time, in ms, the pointer has to be held down over the Sprite before it thinks it is being

2025-01-10 15:47:30
InputHandler#enabled
  • References/Game Development/Phaser/Game Objects/InputHandler

enabled : boolean If enabled the Input Handler will process input requests and monitor pointer activity.

2025-01-10 15:47:30
InputHandler#reset()
  • References/Game Development/Phaser/Game Objects/InputHandler

reset() Resets the Input Handler and disables it. Source code:

2025-01-10 15:47:30
InputHandler#downPoint
  • References/Game Development/Phaser/Game Objects/InputHandler

downPoint : Phaser.Point A Point object containing

2025-01-10 15:47:30
InputHandler#snapPoint
  • References/Game Development/Phaser/Game Objects/InputHandler

snapPoint : Phaser.Point If the sprite is set to snap

2025-01-10 15:47:30
InputHandler#pixelPerfectOver
  • References/Game Development/Phaser/Game Objects/InputHandler

pixelPerfectOver : boolean Set to true to use pixel perfect hit detection when checking if the pointer is over this Sprite.

2025-01-10 15:47:30
InputHandler#stopDrag()
  • References/Game Development/Phaser/Game Objects/InputHandler

stopDrag(pointer) Called by Pointer when drag is stopped on this Sprite. Should not usually be called directly. Parameters

2025-01-10 15:47:30
InputHandler#stop()
  • References/Game Development/Phaser/Game Objects/InputHandler

stop() Stops the Input Handler from running. Source code:

2025-01-10 15:47:30
InputHandler#justPressed()
  • References/Game Development/Phaser/Game Objects/InputHandler

justPressed(pointerId, delay) → {boolean} Returns true if the pointer

2025-01-10 15:47:30