diff options
author | atyamash <atyamash@yahoo-corp.jp> | 2022-03-12 21:48:29 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-03-19 11:50:05 +0900 |
commit | 3fa900721f77bd6b70d8a3686057b137646872fb (patch) | |
tree | eb682fb97fb0be2ac65e89c0b372dce06133e05b /files | |
parent | bfcee566949da988f6481cb2e8bcd9670bb865c2 (diff) | |
download | translated-content-3fa900721f77bd6b70d8a3686057b137646872fb.tar.gz translated-content-3fa900721f77bd6b70d8a3686057b137646872fb.tar.bz2 translated-content-3fa900721f77bd6b70d8a3686057b137646872fb.zip |
user_input_methods のマウスの英文を消し忘れていたので対応
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/guide/user_input_methods/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
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);</pre> <p>ユーザーがマウスのようなポインティングデバイスと関わっている時に発生するイベントは {{domxref("MouseEvent")}} DOM インターフェースによって表されます。一般的なマウスイベントは、<a href="/ja/docs/Web/Reference/Events/click"><code>click イベント</code></a>、<a href="/ja/docs/Web/API/Element/dblclick_event"><code>dblclick イベント</code></a>、<a href="/ja/docs/Web/API/Element/mouseup_event"><code>mouseup イベント</code></a>、そして <a href="/ja/docs/Web/Reference/Events/mousedown"><code>mousedown イベント</code></a>を含みます。マウスイベントインターフェースが使用している全てのイベントの一覧は、<a href="/ja/docs/Web/Reference/Events">イベントリファレンス</a>に記載されています。</p> -<p>When the input device is a mouse, you can also control user input through the Pointer Lock API and implement Drag & Drop (see below).</p> <p>入力デバイスがマウスの場合、ユーザー入力を Pointer Lock API やドラッグ&ドロップ API の実装でも制御できます (下記を参照してください)。</p> <h4 id="Finger_touch" name="Finger_touch">指でのタッチ</h4> |