GamepadHapticActuator:pulse() 方法
GamepadHapticActuator
接口的 pulse()
方法使硬件脉冲在特定的持续时间内具有特定的强度。
语法
js
pulse(value, duration)
参数
返回值
当脉冲成功完成时,返回一个兑现为 true
的 Promise。
示例
js
const gamepad = navigator.getGamepads()[0];
gamepad.hapticActuators[0].pulse(1.0, 200);
规范
Specification |
---|
Gamepad Extensions # dom-gamepadhapticactuator-pulse |
浏览器兼容性
BCD tables only load in the browser