targetTouches property
List of Touch objects for every point of contact that is touching the surface and started on the element that is the target of the current event.
This property is read-only.
Syntax
| JavaScript |
|---|
ptr = object.targetTouches |
Property values
Type: TouchList
See also
Show: