Skip to main content
Module

x/evt/lib/types/lib.dom.ts>GamepadEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface GamepadEvent
implements Event
import { type GamepadEvent } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

This Gamepad API interface contains references to gamepads connected to the system, which is what the gamepad events Window.gamepadconnected and Window.gamepaddisconnected are fired in response to.

Properties

readonly
gamepad: Gamepad