Gamepad: hapticActuators プロパティ
        
        
          Limited availability
        
        
        
          
                
              
                
              
                
              
        
        
      
      This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。
hapticActuators は Gamepad インターフェイスの読み取り専用プロパティで、 GamepadHapticActuator オブジェクトを含む配列を返します。各オブジェクトは、コントローラーで利用可能な触覚フィードバックハードウェアを表します。
値
GamepadHapticActuator オブジェクトを含む配列。
例
js
const gamepad = navigator.getGamepads()[0];
gamepad.hapticActuators[0].pulse(1.0, 200);
仕様書
| Specification | 
|---|
| Gamepad Extensions> # dom-gamepad-hapticactuators> | 
ブラウザーの互換性
Loading…