Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParsedGamepadId

A parsed Gamepad.id, used for selecting browser/gamepad specific workarounds/mappings to apply.

Hierarchy

  • ParsedGamepadId

Index

Properties

Properties

hint

hint: "blink" | "gecko" | "unknown"

Browser implementation hint

name

name: string

Should always be defined, if only to "unknown"

product

product: string

May be blank, otherwise this should be a USB Device ID hex code like "0ba0", probably.

vendor

vendor: string

May be blank, otherwise this should be a USB Vendor ID hex code like "054c", probably.

Generated using TypeDoc