positionUp : Phaser.Point A Phaser.Point object containing
previousTapTime : number A timestamp representing when the Pointer was last tapped or clicked.
[readonly] worldX : number Gets the X value of this Pointer in world coordinates based on
isMouse : boolean If the Pointer is a mouse or pen / stylus this is true, otherwise false.
isUp : boolean If the Pointer is not touching the touchscreen, or all mouse or pen buttons are up, isUp is set to true
[readonly] worldY : number Gets the Y value of this Pointer in world coordinates based on
clientX : number The horizontal coordinate of the Pointer within the application's client area at which the event occurred (as
dirty : boolean A dirty pointer needs to re-poll any interactive objects it may have been over, regardless if it has moved or not
identifier : number The identifier property of the Pointer as set by the DOM event when this Pointer is started.
timeDown : number A timestamp representing when the Pointer first touched the touchscreen.
Page 4 of 7