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