From 3e4adea2ee2e5d4484e1b53c2cb61b4f897ac593 Mon Sep 17 00:00:00 2001 From: MDN Date: Mon, 28 Jun 2021 00:37:58 +0000 Subject: [CRON] sync translated content --- files/fr/orphaned/web/api/documenttouch/index.html | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/fr/orphaned/web/api/documenttouch/index.html (limited to 'files/fr/orphaned/web') diff --git a/files/fr/orphaned/web/api/documenttouch/index.html b/files/fr/orphaned/web/api/documenttouch/index.html new file mode 100644 index 0000000000..dee1111b8e --- /dev/null +++ b/files/fr/orphaned/web/api/documenttouch/index.html @@ -0,0 +1,38 @@ +--- +title: DocumentTouch +slug: orphaned/Web/API/DocumentTouch +tags: + - API + - DOM + - DocumentTouch + - Mobile + - Tactile + - toucher +translation_of: Web/API/DocumentTouch +original_slug: 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