On this page

Interface GamepadEventInit

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

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
gamepad: Gamepad
Was this helpful?
SDK JS
Reference
GamepadEventInit