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

dragOffset : Phaser.Point The offset from the Sprites

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

globalToLocalY(y) Warning: EXPERIMENTAL Parameters Name

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

setDragLock(allowHorizontal, allowVertical) Restricts this sprite to drag

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

disableDrag() Stops this sprite from being able to be dragged.If it is currently the target of an active drag it will be stopped

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

scaleLayer : boolean EXPERIMENTAL: Please do not use this property unless you know what it does. Likely to change in the future

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

dragStopBlocksInputUp : boolean If enabled, when the Sprite stops being dragged, it will only dispatch the onDragStop

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

startDrag(pointer) Called by Pointer when drag starts on this Sprite. Should not usually be called directly. Parameters

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

allowVerticalDrag : boolean Controls if the Sprite is allowed to be dragged vertically.

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

pointerX(pointerId) → {number} The x coordinate of the Input pointer

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

checkPixel(x, y, pointer) → {boolean} Runs a pixel perfect check against

2025-01-10 15:47:30