aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/documenttouch/index.html
blob: 60b7ebb8412e7e29afc1c2f8733796e90fe2876d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: DocumentTouch
slug: Web/API/DocumentTouch
translation_of: Web/API/DocumentTouch
---
<p>{{ ApiRef("DOM") }}</p>

<p>{{ obsolete_header(25) }}</p>

<p><strong style="font-size: 12px; line-height: 18px; background-color: rgba(230, 96, 0, 0.45098);">从Gecko 25 (Firefox 25 / Thunderbird 25 / SeaMonkey 2.22)开始被废弃</strong></p>

<p><span style="font-size: 12px; line-height: 18px; background-color: rgba(230, 96, 0, 0.45098);">本特性已经被废弃,虽然它仍然可以在一些浏览器中工作,它随时都可能被移除,我们不鼓励使用它,你应尽量避免使用它。</span></p>

<p><code>DocumentTouch</code> 接口提供了一个便利的方法来创建 {{ domxref("Touch") }} 和 {{ domxref("TouchList") }} 对象, 可是它将被移除。 但这个方法将会继续在{{domxref("Document")}} 接口中存在.</p>

<h2 id="方法">方法</h2>

<dl>
 <dt>{{ domxref("DocumentTouch.createTouch()") }}</dt>
 <dd>创建一个新的 {{ domxref("Touch") }} 对象.</dd>
 <dt>{{ domxref("DocumentTouch.createTouchList()") }}</dt>
 <dd>创建一个新的 {{ domxref("TouchList") }} 对象.</dd>
</dl>

<h2 id="更多">更多</h2>

<ul>
 <li><a href="/en/DOM/Touch_events" title="en/DOM/Touch events">Touch events</a></li>
 <li>{{ domxref("Touch") }}</li>
 <li>{{ domxref("TouchList") }}</li>
 <li>{{ domxref("TouchEvent") }}</li>
</ul>