[static] FORWARD_BUTTON : number The X2 button. This is typically the mouse Forward button
[static] LEFT_BUTTON : number The Left Mouse button, or in PointerEvent devices a Touch contact
[readonly] worldX : number Gets the X value of this Pointer in world coordinates based on
[static] MIDDLE_BUTTON : number The Middle Mouse button.
isUp : boolean If the Pointer is not touching the touchscreen, or all mouse or pen buttons are up, isUp is set to true
[static] ERASER_BUTTON : number The Eraser pen button on PointerEvent supported devices only
clientX : number The horizontal coordinate of the Pointer within the application's client area at which the event occurred (as
[readonly] worldY : number Gets the Y value of this Pointer in world coordinates based on
identifier : number The identifier property of the Pointer as set by the DOM event when this Pointer is started.
pointerMode : Phaser.PointerMode The operational
Page 4 of 7