onPointerDown(event) The function that handles the PointerDown event. Parameters
onPointerMove(event) The function that handles the PointerMove event. Parameters
pointerUpCallback : Function A callback that can be fired on a MSPointerUp event. Source
event :MSPointerEvent | null The browser MSPointer DOM event. Will be null if no event has ever been received.Access this
game : Phaser.Game A reference to the currently running game
pointerMoveCallback : Function A callback that can be fired on a MSPointerMove event.
onPointerUpGlobal(event) The internal method that handles the mouse up event from the window. Parameters
start() Starts the event listeners running. Source code:
pointerDownCallback : Function A callback that can be fired on a MSPointerDown event.
capture : boolean If true the Pointer events will have event.preventDefault applied to them, if false they will propagate fully
Page 1 of 2