这篇翻译不完整。请帮忙从英语翻译这篇文章。
Summary
A TouchList
listing all the Touch
objects for touch points that are still in contact with the touch surface and whose touchstart
event occurred inside the same target element
as the current target element.
Syntax
var touches = touchEvent.targetTouches;
This property is read-only.
Return value
touches
- A
TouchList
listing all theTouch
objects for touch points that are still in contact with the touch surface and whosetouchstart
event occurred inside the same targetelement
as the current target element.