- From: Maksim Sadym <notifications@github.com>
- Date: Mon, 22 Sep 2025 04:47:42 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 September 2025 11:47:46 UTC
@sadym-chromium commented on this pull request. > <li>[=Issue a haptic effect=] to the actuator with |type|, |params|, and the |playEffectTimestamp|. </li> + <li>If |this|'s [=gamepad=] is a [=simulated gamepad=], run the steps to [=vibrate a simulated gamepad=] for |this|'s [=gamepad=] with |params|. + </li> I assume we should do only one of these steps: ```suggestion <li>If |this|'s [=gamepad=] is a [=simulated gamepad=], run the steps to [=vibrate a simulated gamepad=] for |this|'s [=gamepad=] with |params|. </li> <li>Otherwise, [=issue a haptic effect=] to the actuator with |type|, |params|, and the |playEffectTimestamp|. </li> ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/224#pullrequestreview-3252182371 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/224/review/3252182371@github.com>
Received on Monday, 22 September 2025 11:47:46 UTC