From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/api/gamepadpose/hasorientation/index.html | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 files/ja/web/api/gamepadpose/hasorientation/index.html (limited to 'files/ja/web/api/gamepadpose/hasorientation') diff --git a/files/ja/web/api/gamepadpose/hasorientation/index.html b/files/ja/web/api/gamepadpose/hasorientation/index.html new file mode 100644 index 0000000000..3079ad7eab --- /dev/null +++ b/files/ja/web/api/gamepadpose/hasorientation/index.html @@ -0,0 +1,58 @@ +--- +title: GamepadPose.hasOrientation +slug: Web/API/GamepadPose/hasOrientation +tags: + - API + - Experimental + - Gamepad API + - GamepadPose + - Property + - Reference + - Virtual Reality + - WebVR + - hasOrientation +translation_of: Web/API/GamepadPose/hasOrientation +--- +
{{APIRef("WebVR API")}}{{SeeCompatTable}}
+ +

{{domxref("GamepadPose")}} インターフェイスの hasOrientation 読み取り専用プロパティは、 {{domxref("Gamepad")}} が方向情報を返すことができるかどうかを示す {{domxref("Boolean")}} を返します。

+ +

構文

+ +
var hasItGotOrientation = gamepadPoseInstance.hasOrientation;
+ +

+ +

{{domxref("Boolean")}} 。

+ +

+ +

TBD

+ +

仕様

+ + + + + + + + + + + + + + +
仕様ステータス備考
{{SpecName('GamepadExtensions', '#dom-gamepadpose-hasorientation', 'hasOrientation')}}{{Spec2('GamepadExtensions')}}初回定義
+ +

ブラウザー実装状況

+ +

{{Compat("api.GamepadPose.hasOrientation")}}

+ +

関連項目

+ + -- cgit v1.2.3-54-g00ecf