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";
}

Properties

Properties

type: "vibration"

Generated using TypeDoc