From 8d2dc8ec12ee7713c2d4859f4072385a7082129f Mon Sep 17 00:00:00 2001 From: atyamash Date: Fri, 11 Mar 2022 17:48:38 +0900 Subject: 機器をデバイスに変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/guide/user_input_methods/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/guide/user_input_methods/index.html b/files/ja/web/guide/user_input_methods/index.html index 9e40ccd88a..32b72d0996 100644 --- a/files/ja/web/guide/user_input_methods/index.html +++ b/files/ja/web/guide/user_input_methods/index.html @@ -58,7 +58,7 @@ window.addEventListener("keyup", handleKeyUp, true);

ユーザーがマウスのようなポインティングデバイスと関わっている時に発生するイベントは {{domxref("MouseEvent")}} DOM インターフェースによって表されます。一般的なマウスイベントは、click イベントdblclick イベントmouseup イベント、そして mousedown イベントを含みます。マウスイベントインターフェースが使用している全てのイベントの一覧は、イベントリファレンスに記載されています。

When the input device is a mouse, you can also control user input through the Pointer Lock API and implement Drag & Drop (see below).

-

入力機器がマウスの場合、ユーザー入力を Pointer Lock API やドラッグ&ドロップ API の実装でも制御できます (下記を参照してください)。

+

入力デバイスがマウスの場合、ユーザー入力を Pointer Lock API やドラッグ&ドロップ API の実装でも制御できます (下記を参照してください)。

指でのタッチ

-- cgit v1.2.3-54-g00ecf