Connected Gamepad info

interface ConnectedGamepad {
    activeButtons: Set<string>;
    axes: Map<string, number>;
}

Properties

Properties

activeButtons: Set<string>

The Set of pressed Buttons

axes: Map<string, number>

A map of axes values