Gamepad objects

Internet Explorer Developer Channel introduces support for gamepad devices, as specified by the W3C Gamepad specification. Here are the objects supported by the Gamepad API.

In this section

TopicDescription

Gamepad

Gamepad objects describe the state of the buttons and axes associated with a gamepad device at a given time.

GamepadButton

GamepadButton objects describe the state of a button on the gamepad device.

GamepadEvent

GamepadEvent objects describe the state of the buttons and axes on a gamepad device.

GamepadHapticActuator

The GamepadHapticActuator object corresponds to a motor or other actuator that can apply a force to produce haptic feedback.

GamepadPose

The GamepadPose object defines the gamepad's position, orientation, velocity, and acceleration.

 

 

 

Show: