Pointer#active
  • References/Game Development/Phaser/Input/Pointer

active : boolean An active pointer is one that is currently pressed down on the display. A Mouse is always active.

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

reset() Resets the Pointer properties. Called by InputManager.reset when you perform a State change.

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

interactiveCandidates :array This array is erased and re-populated every time this Pointer is updated. It contains references to

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

pointerId : number The pointerId property of the Pointer as set by the DOM event when this Pointer is started. The browser can

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

movementX : number The horizontal processed relative movement of the Pointer in pixels since last event.

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

update() Called by the Input Manager. Source code:

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

target :any The target property of the Pointer as set by the DOM event when this Pointer is started.

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

[readonly] duration : number How long the Pointer has been depressed on the touchscreen or

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

move(event, fromClick) Called when the Pointer is moved. Parameters

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

start(event) Called when the Pointer is pressed onto the touchscreen. Parameters

2025-01-10 15:47:30