mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Expose targetRayMode
This commit is contained in:
parent
11e882385d
commit
7046f543a1
2 changed files with 12 additions and 3 deletions
|
@ -19,7 +19,7 @@ enum XRTargetRayMode {
|
|||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
interface XRInputSource {
|
||||
readonly attribute XRHandedness handedness;
|
||||
// [SameObject] readonly attribute XRTargetRayMode targetRayMode;
|
||||
readonly attribute XRTargetRayMode targetRayMode;
|
||||
[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