JavaScript DOM TouchEvent property: targetTouches
[this page | pdf | back links]
The targetTouches property of TouchEvent
objects within the JavaScript
DOM returns a
TouchList
of all the Touch objects representing those points of contact that are both
currently in contact with touch surface and were also started on same element
as the event target.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)