Gamepad.hapticActuators
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The hapticActuators
read-only property of the Gamepad
interface returns an array containing GamepadHapticActuator
objects, each of which represents haptic feedback hardware available on the controller.
Syntax
var myHapticActuators = gamepadInstance.hapticActuators;
Value
An array containing GamepadHapticActuator
objects.
Examples
TBC
Specifications
Specification | Status | Comment |
---|---|---|
Gamepad Extensions The definition of 'hapticActuators' in that specification. |
Editor's Draft | Initial definition |
Browser compatibility
BCD tables only load in the browser