Pointer Events

E856208

Pointer Events is a web standard that unifies mouse, touch, and pen input handling through a single, consistent event model for web applications.

All labels observed (6)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf DOM event model
W3C specification
Web standard
aimsTo unify mouse, touch, and pen input
benefit improves consistency across input devices
reduces need for separate mouse and touch code paths
compatibleWith CSSOM View Module
defines coalesced events
height
hit testing behavior for pointers
isPrimary
pointer capture
pointerId
pointerType
predicted events
pressure
tangentialPressure
tiltX
tiltY
twist
width
designedFor cross-device input handling
web applications
eventType gotpointercapture
lostpointercapture
pointercancel
pointerdown
pointerenter
pointerleave
pointermove
pointerout
pointerover
pointerup
hasVersion Pointer Events Level 1
linked to: Pointer Events

Pointer Events Level 2
linked to: Pointer Events

Pointer Events Level 3
linked to: Pointer Events
isDefinedIn W3C Pointer Events specification
linked to: Pointer Events
property pointerType=mouse
pointerType=pen
pointerType=touch
provides unified event model
relatedTo Mouse Events
Touch Events
replaces Mouse Events in many use cases
standardizes mouse input handling
pen input handling
touch input handling
status W3C Recommendation (Level 2)
linked to: W3C Recommendation
uses pointerId property to identify individual pointers

How these facts were elicited

Referenced by (7)

Full triples — surface form annotated when it differs from this entity's canonical label.

Open Web Platform hasComponent Pointer Events
Chrome Web Platform features includesAPI Pointer Events API
linked to: Pointer Events
Pointer Events isDefinedIn W3C Pointer Events specification
linked to: Pointer Events
Pointer Events hasVersion Pointer Events Level 1
linked to: Pointer Events
Pointer Events hasVersion Pointer Events Level 2
linked to: Pointer Events
Pointer Events hasVersion Pointer Events Level 3
linked to: Pointer Events
web-platform-tests tests Pointer Events