From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/api/touchevent/changedtouches/index.html | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 files/zh-cn/web/api/touchevent/changedtouches/index.html (limited to 'files/zh-cn/web/api/touchevent/changedtouches') diff --git a/files/zh-cn/web/api/touchevent/changedtouches/index.html b/files/zh-cn/web/api/touchevent/changedtouches/index.html new file mode 100644 index 0000000000..a286e3a674 --- /dev/null +++ b/files/zh-cn/web/api/touchevent/changedtouches/index.html @@ -0,0 +1,34 @@ +--- +title: TouchEvent.changedTouches +slug: Web/API/TouchEvent/changedTouches +translation_of: Web/API/TouchEvent/changedTouches +--- +

{{ ApiRef() }}

+ +

概述

+ +

这个 {{ domxref("TouchList") }} 对象列出了和这个触摸事件对应的 {{ domxref("Touch") }} 对象。

+ + + +

语法

+ +
var touches = touchEvent.changedTouches;
+
+ +

这是一个只读属性。

+ +

返回值

+ +
+
touches
+
列出对应这个触摸事件的 {{ domxref("Touch") }} 对象的 {{ domxref("TouchList") }} 对象。
+
+ +

标准定义

+ +

Touch Events Specification

-- cgit v1.2.3-54-g00ecf