Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

TouchEvent.targetTouches

这篇翻译不完整。请帮忙从英语翻译这篇文章

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 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.

Specification

Touch Events Specification

文档标签和贡献者

 此页面的贡献者: zhangxiaomiao
 最后编辑者: zhangxiaomiao,