@yesstudio/nuxt-composables
    Preparing search index...

    Interface GamepadEventInit

    interface GamepadEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        gamepad: Gamepad;
    }

    Hierarchy

    • EventInit
      • GamepadEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    gamepad: Gamepad