- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 07 Jun 2022 23:39:38 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 June 2022 06:39:50 UTC
@marcoscaceres commented on this pull request.
> + </ol>
+ </li>
+ <li>If this actuator cannot [=play effects with type=] |type|,
+ return [=a promise resolved with=]
+ {{GamepadHapticsResult/"not-supported"}}.
+ </li>
+ <li>Let {{GamepadHapticActuator/[[playingEffectPromise]]}} be [=a
+ new promise=].
+ </li>
+ <li>[=Issue a haptic effect=] to the actuator with |type| and
+ |params|.
+ </li>
+ <li>Return {{GamepadHapticActuator/[[playingEffectPromise]]}}.
+ </li>
+ </ol>
+ <p>
Right, then this can all move into the "in parallel" sub-steps.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/163#pullrequestreview-999190084
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/163/review/999190084@github.com>
Received on Wednesday, 8 June 2022 06:39:50 UTC