- From: Matt Reynolds <notifications@github.com>
- Date: Thu, 08 Jul 2021 11:48:03 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 July 2021 18:49:24 UTC
@nondebug commented on this pull request.
> + <ol>
+ <li>Set |navigator|.{{Navigator/[[hasGamepadGesture]]}} to
+ `true`.
+ </li>
+ <li>[=list/For each=] |connectedGamepad:Gamepad?| of
+ |navigator|.{{Navigator/[[gamepads]]}}:
+ <ol>
+ <li>If |connectedGamepad| is not equal to `null`:
+ <ol>
+ <li>Set |connectedGamepad|.{{Gamepad/[[exposed]]}} to
+ `true`.
+ </li>
+ <li>Set |connectedGamepad|.{{Gamepad/[[timestamp]]}} to
+ |now|.
+ </li>
+ <li>If |gamepad|'s [=relevant global object=] is a
Done
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/151#discussion_r666439397
Received on Thursday, 8 July 2021 18:49:24 UTC