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
| Topic | Description |
|---|---|
|
Gamepad objects describe the state of the buttons and axes associated with a gamepad device at a given time. | |
|
GamepadButton objects describe the state of a button on the gamepad device. | |
|
GamepadEvent objects describe the state of the buttons and axes on a gamepad device. | |
|
The GamepadHapticActuator object corresponds to a motor or other actuator that can apply a force to produce haptic feedback. | |
|
The GamepadPose object defines the gamepad's position, orientation, velocity, and acceleration. |
Show: