API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceGamepadInfo

@codexo/exojs / input / stable

Identity metadata for a connected gamepad. Populated from a ResolvedGamepadDefinition.

5
props
0
methods
0
events
Import
import { GamepadInfo } from '@codexo/exojs'

Identity metadata for a connected gamepad. Populated from a ResolvedGamepadDefinition.

Properties5
label: string
name: string
productId: null | string
productKey: null | string
vendorId: null | string
Source