w3c / gamepad

Gamepad
https://w3c.github.io/gamepad/
Other
139 stars 49 forks source link

adding multitouch extension #142

Closed fernando-80 closed 3 years ago

fernando-80 commented 3 years ago

Closes #27

The following tasks have been completed:

Implementation commitment:

fernando-80 commented 3 years ago

@nondebug this is the multitouch extension spec @knyg

marcoscaceres commented 3 years ago

@fernando-80, just wondering, are you affiliated with a W3C/WebAppsWG member company?

marcoscaceres commented 3 years ago

Another thing I thought of, there might be some overlap with the exciting Touch Events spec. It might be worth checking if there anything we could reuse from that... maybe not, but just might be worth exploring.

fernando-80 commented 3 years ago

@fernando-80, just wondering, are you affiliated with a W3C/WebAppsWG member company?

Hi @marcoscaceres ! Nice to e-meet you! Thanks for your review! Yes, I report to Kelvin (@knyg) and I am Steve's (@sagoston) peer at Sony. We are working with Firefox and Matt/Chromium ( @nondebug ) implementing it.

marcoscaceres commented 3 years ago

Thanks @fernando-80! that's excellent to hear.

Ok, found it in Firefox: https://searchfox.org/mozilla-central/source/dom/webidl/Gamepad.webidl#110

marcoscaceres commented 3 years ago

Checked WPT - we don't have any Web Platform Tests for this yet. Let's see if we can put together a list of possible tests from the spec text.