Re: [w3c/gamepad] extensions: Add vibrationActuator and dual-rumble effect (PR #163)

@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