holdRate : number The number of milliseconds that the Pointer has to be pressed down for it to fire a onHold event.
clearCaptures() Clear all set key captures. Source code:
totalTouches : number The total number of times this Pointer has been touched to the touchscreen.
addPointer() → {Phaser.Pointer | null}
timeDown : number The timestamp when the button was last pressed down. Source
timeDown : number A timestamp representing when the Pointer first touched the touchscreen.
pointer8 : Phaser.Pointer A Pointer object.
timeUp : number The timestamp when the button was last released. Source code:
timeUp : number A timestamp representing when the Pointer left the touchscreen. Source
pointer4 : Phaser.Pointer A Pointer object.
Page 19 of 29