Gamepad: hapticActuators プロパティ

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

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

GamepadHapticActuator オブジェクトを含む配列。

js
const gamepad = navigator.getGamepads()[0];

gamepad.hapticActuators[0].pulse(1.0, 200);

仕様書

Specification
Gamepad Extensions
# dom-gamepad-hapticactuators

ブラウザーの互換性

BCD tables only load in the browser

関連情報