setInteractiveCandidateHandler(callback, context) Adds a callback that is fired every time Pointer.processInteractiveObjects
addPointer() → {Phaser.Pointer | null}
getPointerFromId(pointerId) → {Phaser.Pointer}
holdRate : number The number of milliseconds that the Pointer has to be pressed down for it to fire a onHold event.
x : number The X coordinate of the most recently active pointer.This value takes game scaling into account automatically
mspointer : Phaser.MSPointer The MSPointer Input
[static] MAX_POINTERS : integer The maximum number of pointers that can be added. This excludes
addMoveCallback(callback, context) Adds a callback that is fired every time the activePointer receives a DOM move event such as a mousemove
pointer9 : Phaser.Pointer A Pointer object.
pointer8 : Phaser.Pointer A Pointer object.
Page 6 of 7