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

snapOffset : Phaser.Point A Point object that contains

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

destroy() Clean up memory. Source code:

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

pointerTimeOver(pointerId) → {number} A timestamp representing when

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

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

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

boundsRect : Phaser.Rectangle A region of the

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

isDragged : boolean true if the Sprite is being currently dragged. Source

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

game : Phaser.Game A reference to the currently running game

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

pointerTimeUp(pointerId) → {number} A timestamp representing when

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

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

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

dragDistanceThreshold : integer The distance, in pixels, the pointer has to move while being held down, before the Sprite thinks

2025-01-10 15:47:30