Gamepad
The Gamepad
interface of the Gamepad API defines an individual gamepad or other controller, allowing access to information such as button presses, axis positions, and id.
Properties
The Gamepad.axes
property of the Gamepad interface returns an array representing the controls with axes present on the device (e.g., analog thumb sticks).
The buttons
property of the Gamepad interface returns an array of GamepadButton objects representing the buttons present on the device.
The Gamepad.mapping
property of the remapped the controls on the device to a known layout.
The Gamepad.timestamp
property of the representing the last time the data for this gamepad was updated.
The vibrationActuator
read-only property of the Gamepad interface returns a GamepadHapticActuator object, which represents haptic feedback hardware available on the controller.