XRHandedness declaration in xr_input_source.idl is different from WebXR Device API spec
Reported by
jaewon.j...@gmail.com,
Oct 21
|
||||
Issue description
XRHandedness declaration in xr_input_source.idl is different from WebXR Device API spec.
WebXR Device API>
```
enum XRHandedness {
"",
"left",
"right"
};
```
xr_input_source.idl>
enum XRHandedness {
"left",
"right"
};
```
```
,
Oct 22
,
Oct 24
Marking as started since there is a CL in progress. I can't assign jaewon.james.choi@gmail.com as owner though, so leaving blank.
,
Jan 11
This issue has been marked as started, but has no owner. Making available. |
||||
►
Sign in to add a comment |
||||
Comment 1 by jaewon.j...@gmail.com
, Oct 21