Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Add support for WebXR Hand Input Module - Level 1 #44

Closed elima closed 11 months ago

elima commented 11 months ago

https://www.w3.org/TR/webxr-hand-input-1/

Since the support is already present in blink, we just need to fetch the hand-tracking data pushed to us as part of system state updates, and populate it in the corresponding mojom data structures.

We also need to advertise the generic-hand-select profile in the input source description, as required by the spec.

elima commented 11 months ago

PR#1048 is the Wolvic repo's counterpart.