This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

pointermove

Summary

Dispatched when a pointer changes coordinates, button state, pressure, tilt, or contact geometry (e.g. width and height).

Overview Table

Synchronous Yes
Bubbles Yes
Target dom/Element
Cancelable Yes
Default action Varies: when the pointer is primary, all default actions of the [mousemove](/dom/MouseEvent/mousemove) event
## Examples
element.addEventListener("pointermove", handler, useCapture) ;

Related specifications

Pointer Events
Working Draft

Attributions