- From: Maksim Sadym <notifications@github.com>
- Date: Mon, 22 Sep 2025 05:31:29 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 September 2025 12:31:33 UTC
@sadym-chromium commented on this pull request.
> + params: emulation.RemoveSimulatedDeviceParams,
+ }
+ Returns: void
+ </pre>
+ <p>
+ The [=remote end steps=] with command parameters |params| are:
+ </p>
+ <ol>
+ <li>
+ Let |simulatedGamepads| be the [=simulated gamepad map=].
+ </li>
+ <li>
+ If |simulatedGamepads|[|params|.|deviceId|] does not [=map/exist=], abort these steps.
+ </li>
+ <li>
+ Let |gamepad| be |simulatedGamepads|[|params|.|deviceId|].
```suggestion
Let |gamepad| be |simulatedGamepads|[|params|["<code>deviceId</code>"]].
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/224#pullrequestreview-3252439492
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/224/review/3252439492@github.com>
Received on Monday, 22 September 2025 12:31:33 UTC