[static] MIDDLE_BUTTON : number The Middle Mouse button.
[static] FORWARD_BUTTON : number The X2 button. This is typically the mouse Forward button
[readonly] worldX : number Gets the X value of this Pointer in world coordinates based on
previousTapTime : number A timestamp representing when the Pointer was last tapped or clicked.
middleButton : Phaser.DeviceButton If this
positionUp : Phaser.Point A Phaser.Point object containing
isUp : boolean If the Pointer is not touching the touchscreen, or all mouse or pen buttons are up, isUp is set to true
clientX : number The horizontal coordinate of the Pointer within the application's client area at which the event occurred (as
justPressed(duration) → {boolean} The Pointer is considered justPressed
identifier : number The identifier property of the Pointer as set by the DOM event when this Pointer is started.
Page 4 of 7