resetMovement() Resets the movementX and movementY properties. Use in your update handler after retrieving the values.
x : number The horizontal coordinate of the Pointer. This value is automatically scaled based on the game scale.
rawMovementX : number The horizontal raw relative movement of the Pointer in pixels since last event.
forwardButton : Phaser.DeviceButton If this
game : Phaser.Game A reference to the currently running game
exists : boolean A Pointer object that exists is allowed to be checked for physics collisions and overlaps.
clientY : number The vertical coordinate of the Pointer within the application's client area at which the event occurred (as opposed
msSinceLastClick : number The number of milliseconds since the last click or touch event.
y : number The vertical coordinate of the Pointer. This value is automatically scaled based on the game scale.
position : Phaser.Point A Phaser.Point object containing
Page 2 of 7