- From: Bradley Needham <notifications@github.com>
- Date: Fri, 12 Aug 2022 16:00:59 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/gamepad/pull/168/review/1071832981@github.com>
@bradleyneedham commented on this pull request. > + Receiving inputs</a> section of the main + <a href="https://w3c.github.io/gamepad/">Gamepad specification</a>. + </p> + <p> + In addtion to the steps defined in the main + <a href="https://w3c.github.io/gamepad/">Gamepad specification</a>. + When the user agent modifies the list of |active touch points| for a + touch surface by adding touch points, removing touch points, + or updating the values of existing touch points, + <dfn data-lt="updating touchEvents">update touchEvents</dfn> + by running the following steps: + </p> + <ol> + <li>Let |surfaceId:unsigned long| be 0. + </li> + <li>Let |touchSurfaces:list| be an [=ordered set=] of touch surfaces @nondebug I have restructured the Receiving inputs section and added a Glossary for terms. Several updates to your other comments we made a bit back, should I just resolve those comments? There is a suggestion at the top "Still in progress? Convert to draft", does that make since? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/168#discussion_r944924546 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/168/review/1071832981@github.com>
Received on Friday, 12 August 2022 23:01:11 UTC