onPointerMove(event) The function that handles the PointerMove event. Parameters
onDown : Phaser.Signal A Signal that is dispatched
onUp : Phaser.Signal This Signal is dispatched every
touchStartCallback : Function A callback that can be fired on a touchStart event. Source
[static] BACK_BUTTON : number Source code:
[static] CURSOR A 'CURSOR' is a pointer with a passive cursor such as a mouse, touchpad, watcom stylus, or even TV-control
movementY : number The vertical processed relative movement of the Pointer in pixels since last event.
preventDefault : boolean If true the TouchEvent will have prevent.default called on it.
touch : Phaser.Touch The Touch Input manager. You
capture : boolean If true the DOM mouse events will have event.preventDefault applied to them, if false they will propagate fully
Page 4 of 29