- From: Gabriel Brito <notifications@github.com>
- Date: Mon, 27 Nov 2023 13:56:51 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 November 2023 21:56:57 UTC
@gabrielsanbrito commented on this pull request. > + This partial interface supplements the {{GamepadHapticActuator}} + interface described in the main + <a href="https://w3c.github.io/gamepad/">Gamepad spec</a>. + </p> + <pre class="idl"> + [Exposed=Window] + partial interface GamepadHapticActuator { + Promise<boolean> pulse(double value, double duration); + }; + </pre> + <dt> + <dfn>pulse()</dfn> method + </dt> + <dd> + <p> + <code>pulse()</code> applies a <var>value</var> to the actuator for Pushed the fix. Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/190#discussion_r1406802597 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/190/review/1751459484@github.com>
Received on Monday, 27 November 2023 21:56:57 UTC