From 3fa900721f77bd6b70d8a3686057b137646872fb Mon Sep 17 00:00:00 2001 From: atyamash Date: Sat, 12 Mar 2022 21:48:29 +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 | 1 - 1 file changed, 1 deletion(-) (limited to 'files/ja/web') diff --git a/files/ja/web/guide/user_input_methods/index.html b/files/ja/web/guide/user_input_methods/index.html index 728e077791..ff913aee10 100644 --- a/files/ja/web/guide/user_input_methods/index.html +++ b/files/ja/web/guide/user_input_methods/index.html @@ -57,7 +57,6 @@ 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 の実装でも制御できます (下記を参照してください)。

指でのタッチ

-- cgit v1.2.3-54-g00ecf