vot.js - v2.4.12
    Preparing search index...

    Interface GamepadHapticActuator

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

    MDN Reference

    interface GamepadHapticActuator {
        playEffect(
            type: GamepadHapticEffectType,
            params?: GamepadEffectParameters,
        ): Promise<GamepadHapticsResult>;
        reset(): Promise<GamepadHapticsResult>;
    }
    Index

    Methods