- From: Matt Reynolds <notifications@github.com>
- Date: Thu, 07 Nov 2019 15:13:55 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 7 November 2019 23:13:57 UTC
nondebug commented on this pull request. > </dt> <dd> - Retrieve a snapshot of the data for the the currently connected and - interacted-with gamepads. Gamepads MUST only appear in the list if - they are currently connected to the <a>user agent</a>, and at least - one device has been interacted with by the user. If no devices have - been interacted with, devices MUST NOT appear in the list to avoid a - malicious page from fingerprinting the user. The length of the array - returned MUST be one more than the maximum index value of the Gamepad - objects returned in the array. The entries in the array MUST be the - set of Gamepad objects that are visible to the current page, with - each Gamepad present at the index in the array specified by its - {{Gamepad/index}} attribute. Array indices for which there is no - connected Gamepad with the corresponding index should return null. - + <p class="note"> + The gamepad state returned from {{Navigator/getGamepads()}} does Makes sense, lgtm -- 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/120#discussion_r343923224
Received on Thursday, 7 November 2019 23:13:57 UTC