mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Support grip spaces in WebXR
This commit is contained in:
parent
0a745aaa44
commit
c521d8ec01
3 changed files with 35 additions and 7 deletions
|
@ -21,6 +21,6 @@ interface XRInputSource {
|
|||
readonly attribute XRHandedness handedness;
|
||||
// [SameObject] readonly attribute XRTargetRayMode targetRayMode;
|
||||
[SameObject] readonly attribute XRSpace targetRaySpace;
|
||||
// [SameObject] readonly attribute XRSpace? gripSpace;
|
||||
[SameObject] readonly attribute XRSpace? gripSpace;
|
||||
// [SameObject] readonly attribute Gamepad? gamepad;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue