From d0ff6834a8bcbf97dbf40129dde2f07f58bf640e Mon Sep 17 00:00:00 2001 From: atyamash Date: Fri, 11 Mar 2022 17:45:39 +0900 Subject: user_input_methods のマウスの日本語訳を追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/guide/user_input_methods/index.html | 3 ++- 1 file changed, 2 insertions(+), 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 33c0668a0c..9e40ccd88a 100644 --- a/files/ja/web/guide/user_input_methods/index.html +++ b/files/ja/web/guide/user_input_methods/index.html @@ -55,9 +55,10 @@ window.addEventListener("keyup", handleKeyUp, true);

マウス

-

The events occurring when the user interacts with a pointing device such as a mouse are represented by the {{domxref("MouseEvent")}} DOM Interface. Common mouse events include click, dblclick, mouseup, and mousedown. The list of all events using the Mouse Event Interface is provided in the Events reference.

+

ユーザーがマウスのようなポインティングデバイスと関わっている時に発生するイベントは {{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 の実装でも制御できます (下記を参照してください)。

指でのタッチ

-- cgit v1.2.3-54-g00ecf