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

{{domxref("Gamepad")}} インターフェイスの hapticActuators 読み取り専用プロパティは、 {{domxref("GamepadHapticActuator")}} オブジェクトを含む配列を返します。各オブジェクトは、コントローラーで利用可能な触覚フィードバックハードウェアを表します。

+ +

構文

+ +
var myHapticActuators = gamepadInstance.hapticActuators;
+ +

+ +

{{domxref("GamepadHapticActuator")}} オブジェクトを含む配列。

+ +

+ +

TBC

+ +

仕様

+ + + + + + + + + + + + + + +
仕様ステータス備考
{{SpecName('GamepadExtensions', '#partial-gamepad-interface', 'hapticActuators')}}{{Spec2('GamepadExtensions')}}初回定義
+ +

ブラウザー実装状況

+ +

{{Compat("api.Gamepad.hapticActuators")}}

+ +

関連項目

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