This Gamepad API interface represents hardware in the controller designed to provide haptic feedback to the user (if available), most commonly vibration hardware.

interface GamepadHapticActuator {
    type: "vibration";
}

属性

属性

type