From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/documenttouch/index.html | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/fr/web/api/documenttouch/index.html (limited to 'files/fr/web/api/documenttouch') diff --git a/files/fr/web/api/documenttouch/index.html b/files/fr/web/api/documenttouch/index.html new file mode 100644 index 0000000000..d9deed0227 --- /dev/null +++ b/files/fr/web/api/documenttouch/index.html @@ -0,0 +1,37 @@ +--- +title: DocumentTouch +slug: Web/API/DocumentTouch +tags: + - API + - DOM + - DocumentTouch + - Mobile + - Tactile + - toucher +translation_of: Web/API/DocumentTouch +--- +

{{ ApiRef("DOM") }}

+ +

{{ obsolete_header(25) }}

+ +

L'interface DocumentTouch était utilisée pour fournir des méthodes pratiques pour la création des objets {{ domxref("Touch") }} et {{ domxref("TouchList") }}, mais elle a été supprimée. Les méthodes sont maintenant présentes dans l'interface {{domxref("Document")}}.

+ +

Méthodes

+ +
+
{{ domxref("DocumentTouch.createTouch()") }}
+
Crée un nouvel objet {{ domxref("Touch") }}.
+
{{ domxref("DocumentTouch.createTouchList()") }}
+
Crée un nouvel objet {{ domxref("TouchList") }}.
+
+ +

A voir aussi

+ + -- cgit v1.2.3-54-g00ecf