aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/xrinputsource/handedness/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-15 01:45:07 +0900
committerpotappo <potappo@gmail.com>2021-08-21 16:54:19 +0900
commit6e8bfef745c133c0bddffd15e24cf00da6b531c1 (patch)
tree7845a681afc4b6e5fc4828c6a16c8b67c4272cea /files/ja/web/api/xrinputsource/handedness/index.html
parent511fbcfed2365d74a99a8b14e329c86078d960e7 (diff)
downloadtranslated-content-6e8bfef745c133c0bddffd15e24cf00da6b531c1.tar.gz
translated-content-6e8bfef745c133c0bddffd15e24cf00da6b531c1.tar.bz2
translated-content-6e8bfef745c133c0bddffd15e24cf00da6b531c1.zip
conflicting/Web/API/XRInputSource を削除
- それぞれ正規版の記事と内容を統合し、conflicting 版を削除 - Markdown化 - 2021/08/14 時点の英語版に同期
Diffstat (limited to 'files/ja/web/api/xrinputsource/handedness/index.html')
-rw-r--r--files/ja/web/api/xrinputsource/handedness/index.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/files/ja/web/api/xrinputsource/handedness/index.html b/files/ja/web/api/xrinputsource/handedness/index.html
deleted file mode 100644
index 55b2ef3fdb..0000000000
--- a/files/ja/web/api/xrinputsource/handedness/index.html
+++ /dev/null
@@ -1,73 +0,0 @@
----
-title: XRInputSource.handedness
-slug: Web/API/XRInputSource/handedness
-tags:
- - API
- - AR
- - Controller
- - Handedness
- - Input
- - Property
- - Read-only
- - Reference
- - VR
- - WebXR
- - WebXR API
- - WebXR Device API
- - XR
- - XRInputSource
- - hand
- - left
- - right
-translation_of: Web/API/XRInputSource/handedness
----
-<p>{{APIRef("WebXR")}}{{securecontext_header}}</p>
-
-<p>{{domxref("XRInputSource")}} の <strong><code>handedness</code></strong> 読み取り専用プロパティは、WebXR 入力ソースがユーザーのどの手に関連付けられているか、またはまったく関連付けられていないかを示します。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="syntaxbox notranslate">let <em>hand</em> = <em>xrInputSource</em>.handedness;</pre>
-
-<h3 id="Value" name="Value">値</h3>
-
-<p>入力コントローラーがユーザーの片方の手にあるかどうか、もしそうならどちらの手にあるかを示す {{domxref("DOMString")}}。 {{domxref("XRHandedness")}} 列挙型に由来する値は、次のいずれかです。</p>
-
-<p>{{page("/ja/docs/Web/API/XRHandedness", "Values")}}</p>
-
-<h2 id="Usage_notes" name="Usage_notes">使用上の注意</h2>
-
-<p>入力ソースがユーザーの手に関連付けられたデバイスでない場合(握られているか、取り付けられているか、着用されているかに関係なく)、<code>handedness</code> の値は <code>none</code> です。 これは、例えば、ヘッドセットに組み込まれたコントロールや、頭や体に取り付けられた入力デバイスなど、ハンドヘルドではない入力ソースを示している場合があります。</p>
-
-<h2 id="Examples" name="Examples">例</h2>
-
-<p>{{page("/ja/docs/Web/API/XRHandedness", "Examples")}}</p>
-
-<h2 id="Specifications" name="Specifications">仕様</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">仕様</th>
- <th scope="col">状態</th>
- <th scope="col">コメント</th>
- </tr>
- <tr>
- <td>{{SpecName('WebXR','#dom-xrinputsource-handedness','XRInputSource.handedness')}}</td>
- <td>{{Spec2('WebXR')}}</td>
- <td>初期定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<p>{{Compat("api.XRInputSource.handedness")}}</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li><a href="/ja/docs/Web/API/WebXR_Device_API">WebXR Device API</a></li>
- <li><a href="/ja/docs/Web/API/WebXR_Device_API/Inputs">入力と入力ソース</a></li>
- <li><a href="/ja/docs/Web/WebXR%20Device%20API/Gamepads">WebXR アプリケーションでのゲームパッドの使用</a></li>
-</ul>