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 |
element.addEventListener("pointermove", handler, useCapture) ;
Related specifications
- Pointer Events
- Working Draft
Attributions
Microsoft Developer Network: [pointermove Event Article]