Touch
The Touch
interface represents a single contact point on a touch-sensitive device.
Properties
Link copied to clipboard
The Touch.identifier
returns a value uniquely identifying this point of contact with the touch surface.
Link copied to clipboard
The rotationAngle
read-only property of the Touch interface returns the rotation angle, in degrees, of the contact area ellipse defined by Touch.radiusX and Touch.radiusY.
Link copied to clipboard
The read-only target
property of the Touch
interface returns the (EventTarget) on which the touch contact started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.