We are overhauling the docs, and we need your help!Do you have a few minutes to answer what you think is missing?
Take Survey

pointercancel
A browser fires this event if it concludes the pointer will no longer be able to generate events (for example the related device is deactivated).
MDN

A browser fires this event if it concludes the pointer will no longer be able to generate events (for example the related device is deactivated).

modifiers

mouse
Handle if the event was generated by a mouse device.
pen
Handle if the event was generated by a pen or stylus device.
pressure

Only when pressure is at least amount (defaults to 0.5)

touch
Handle if the event was generated by a touch, such as a finger.

PointerEvent interface

height
readonly
isPrimary
readonly
pointerId
readonly
pointerType
readonly
pressure
readonly
tangentialPressure
readonly
tiltX
readonly
tiltY
readonly
twist
readonly
width
readonly

Resources

MDN Documentation
A browser fires this event if it concludes the pointer will no longer be able to generate events (for example the related device is deactivated).