onPointerDown(event) The function that handles the PointerDown event. Parameters
onPointerMove(event) The function that handles the PointerMove event. Parameters
onPointerUpGlobal(event) The internal method that handles the mouse up event from the window. Parameters
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
start() Starts the event listeners running. Source code:
pointerUpCallback : Function A callback that can be fired on a MSPointerUp event. Source
pointerMoveCallback : Function A callback that can be fired on a MSPointerMove event.
onPointerUp(event) The function that handles the PointerUp event. Parameters
new MSPointer(game) The MSPointer class handles Microsoft touch interactions with the game and the resulting Pointer objects. It
Page 1 of 2