mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add XRInputSource.handedness
This commit is contained in:
parent
b693af6a54
commit
e5716624d4
2 changed files with 16 additions and 2 deletions
|
@ -18,7 +18,7 @@ enum XRTargetRayMode {
|
|||
|
||||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
interface XRInputSource {
|
||||
// [SameObject] readonly attribute XRHandedness handedness;
|
||||
readonly attribute XRHandedness handedness;
|
||||
// [SameObject] readonly attribute XRTargetRayMode targetRayMode;
|
||||
// [SameObject] readonly attribute XRSpace targetRaySpace;
|
||||
// [SameObject] readonly attribute XRSpace? gripSpace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue