Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>GamepadEvent

Advanced Web Composition for Future
Latest
interface GamepadEvent
implements Event
import { type GamepadEvent } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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

Properties

readonly
gamepad: Gamepad