position : Phaser.Point A Phaser.Point object containing
game : Phaser.Game A reference to the currently running game
x : number The horizontal coordinate of the Pointer. This value is automatically scaled based on the game scale.
clientY : number The vertical coordinate of the Pointer within the application's client area at which the event occurred (as opposed
y : number The vertical coordinate of the Pointer. This value is automatically scaled based on the game scale.
leftButton : Phaser.DeviceButton If this
resetMovement() Resets the movementX and movementY properties. Use in your update handler after retrieving the values.
forwardButton : Phaser.DeviceButton If this
rawMovementX : number The horizontal raw relative movement of the Pointer in pixels since last event.
pageY : number The vertical coordinate of the Pointer relative to whole document. Source
Page 2 of 7