Re: [w3c/gamepad] Added a supplemental "Extensions" spec (#32)

Example usage of a simple pulse haptic:

// Vibrate with an amplitude of 0.7 for 25 ms:
gamepad.haptics[0].pulse(0.7, 25.0);

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/32#issuecomment-247204523

Received on Thursday, 15 September 2016 01:10:37 UTC