This Gamepad API interface defines an individual gamepad or other controller, allowing access to information such as button presses, axis positions, and id. Available only in secure contexts.

MDN Reference

Hierarchy

  • Gamepad

Properties

axes: readonly number[]
buttons: readonly GamepadButton[]
connected: boolean
hapticActuators: readonly GamepadHapticActuator[]
id: string
index: number
timestamp: number
vibrationActuator: null | GamepadHapticActuator

Generated using TypeDoc