Gamepad methods

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

In this section

TopicDescription

getGamepads

Returns an array of gamepad objects that describe the state of each active gamepad device.

pulse

The pulse method applies a value to the actuator for a specific amount of time (in milliseconds).

 

 

 

Show: