MSPointer#stop()

stop() Stop the event listeners. Source code: input/MSPointer.js (Line 420)

MSPointer#start()

start() Starts the event listeners running. Source code: input/MSPointer.js (Line 124)

MSPointer#pointerUpCallback

pointerUpCallback : Function A callback that can be fired on a MSPointerUp event. Source code: input/MSPointer.js (Line 54)

MSPointer#pointerMoveCallback

pointerMoveCallback : Function A callback that can be fired on a MSPointerMove event. Source code: input/MSPointer.js (Line 49)

MSPointer#pointerDownCallback

pointerDownCallback : Function A callback that can be fired on a MSPointerDown event. Source code: input/MSPointer.js (Line 44)

MSPointer#onPointerUpGlobal()

onPointerUpGlobal(event) The internal method that handles the mouse up event from the window. Parameters Name Type Description event PointerEvent The native event from the browser. This gets stored in MSPointer.event. Source code: input/MSPointer.js (Line 305)

MSPointer#onPointerUp()

onPointerUp(event) The function that handles the PointerUp event. Parameters Name Type Description event PointerEvent The native DOM event. Source code: input/MSPointer.js (Line 268)

MSPointer#onPointerOut()

onPointerOut(event) The internal method that handles the pointer out event from the browser. Parameters Name Type Description event PointerEvent The native event from the browser. This gets stored in MSPointer.event. Source code: input/MSPointer.js (Line 329)

MSPointer#onPointerMove()

onPointerMove(event) The function that handles the PointerMove event. Parameters Name Type Description event PointerEvent The native DOM event. Source code: input/MSPointer.js (Line 231)

MSPointer#onPointerDown()

onPointerDown(event) The function that handles the PointerDown event. Parameters Name Type Description event PointerEvent The native DOM event. Source code: input/MSPointer.js (Line 193)