Results 1 - 5 of 5

Multi-touch interaction

Pointer events extend DOM input events to support various pointing input devices such as pen/stylus and touch screens as well as mouse. The pointer is a hardware-agnostic device that can target a specific set of screen coordinates. Having a single event model for pointers can simplify creating Web sites, applications and provide a good user experience regardless of the user's hardware.
Guide Pointer Events touch

touch-action

The touch-action CSS property specifies whether, and in what ways, a given region can be manipulated by the user (for instance, by panning or zooming).
CSS CSS Property NeedsLiveSample Pointer Events Reference

Element.onlostpointercapture

onlostpointercapture is an EventHandler property of the Element interface that returns the event handler (function) for the lostpointercapture event type.
API DOM EventHandler Pointer Events Property Reference

PointerEvent

A pointer is a hardware agnostic representation of input devices (such as a mouse, pen or contact point on a touch-enable surface). The pointer can target a specific coordinate (or set of coordinates) on the contact surface such as a screen.
API DOM Interface Pointer Events PointerEvent Reference

Element.ongotpointercapture

ongotpointercapture is an EventHandler property of the Element interface that returns the event handler (function) for the gotpointercapture event type.
API DOM Element EventHandler Pointer Events Property Reference