onPointerMove(event) The function that handles the PointerMove event. Parameters
onPointerDown(event) The function that handles the PointerDown event. Parameters
event :MSPointerEvent | null The browser MSPointer DOM event. Will be null if no event has ever been received.Access this
onPointerUpGlobal(event) The internal method that handles the mouse up event from the window. Parameters
pointerMoveCallback : Function A callback that can be fired on a MSPointerMove event.
pointerUpCallback : Function A callback that can be fired on a MSPointerUp event. Source
start() Starts the event listeners running. Source code:
game : Phaser.Game A reference to the currently running game
stop() Stop the event listeners. Source code:
callbackContext : Object The context under which callbacks are called (defaults to game).
Page 1 of 2