mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add XRInputSource.targetRaySpace
This commit is contained in:
parent
e5716624d4
commit
d4a6a4987d
5 changed files with 55 additions and 13 deletions
|
@ -20,7 +20,7 @@ enum XRTargetRayMode {
|
|||
interface XRInputSource {
|
||||
readonly attribute XRHandedness handedness;
|
||||
// [SameObject] readonly attribute XRTargetRayMode targetRayMode;
|
||||
// [SameObject] readonly attribute XRSpace targetRaySpace;
|
||||
[SameObject] readonly attribute XRSpace targetRaySpace;
|
||||
// [SameObject] readonly attribute XRSpace? gripSpace;
|
||||
// [SameObject] readonly attribute Gamepad? gamepad;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue