Pointer.RIGHT_BUTTON
  • References/Game Development/Phaser/Input/Pointer

[static] RIGHT_BUTTON : number The Right Mouse button, or in PointerEvent devices a Pen contact

2025-01-10 15:47:30
Pointer#positionDown
  • References/Game Development/Phaser/Input/Pointer

positionDown : Phaser.Point A Phaser.Point object containing

2025-01-10 15:47:30
Pointer#rightButton
  • References/Game Development/Phaser/Input/Pointer

rightButton : Phaser.DeviceButton If this

2025-01-10 15:47:30
Pointer#justReleased()
  • References/Game Development/Phaser/Input/Pointer

justReleased(duration) → {boolean} The Pointer is considered justReleased

2025-01-10 15:47:30
Pointer#screenX
  • References/Game Development/Phaser/Input/Pointer

screenX : number The horizontal coordinate of the Pointer relative to the screen. Source

2025-01-10 15:47:30
Pointer#screenY
  • References/Game Development/Phaser/Input/Pointer

screenY : number The vertical coordinate of the Pointer relative to the screen. Source

2025-01-10 15:47:30
Pointer#movementY
  • References/Game Development/Phaser/Input/Pointer

movementY : number The vertical processed relative movement of the Pointer in pixels since last event.

2025-01-10 15:47:30
Pointer#pageX
  • References/Game Development/Phaser/Input/Pointer

pageX : number The horizontal coordinate of the Pointer relative to whole document. Source

2025-01-10 15:47:30
Pointer#eraserButton
  • References/Game Development/Phaser/Input/Pointer

eraserButton : Phaser.DeviceButton If this

2025-01-10 15:47:30
Pointer#button
  • References/Game Development/Phaser/Input/Pointer

button :any The button property of the most recent DOM event when this Pointer is started.You should not rely on this value

2025-01-10 15:47:30