dirty : boolean A dirty pointer needs to re-poll any interactive objects it may have been over, regardless if it has moved or not
timeUp : number The timestamp when the key was last released. This is based on Game.time.now.
event :MouseEvent | null The browser mouse DOM event. Will be null if no mouse event has ever been received.Access this property
ctrlKey : boolean True if the control key was held down when this button was last pressed or released.Not supported on Gamepads
onTouchCancel(event) Touch cancel - touches that were disrupted (perhaps by moving into a plugin or browser chrome).Occurs for
timeDown : number The timestamp when the key was last pressed down. This is based on Game.time.now.
pointer8 : Phaser.Pointer A Pointer object.
identifier : number The identifier property of the Pointer as set by the DOM event when this Pointer is started.
event : Object The most recent DOM event from keydown or keyup. This is updated every time a new key is pressed or released.
addTouchLockCallback(callback, context, onEnd) Adds a callback that is fired when a browser touchstart
Page 18 of 29