VRDisplayEvent received when onvrdisplaypresentchange is triggered should have a display property pointing on the VRDisplay instance.
From the spec
interface VRDisplayEvent : Event {
readonly attribute VRDisplay display;
readonly attribute VRDisplayEventReason? reason;
};
This would be a great addition. Thanks.
VRDisplayEvent received when onvrdisplaypresentchange is triggered should have a display property pointing on the VRDisplay instance.
From the spec
This would be a great addition. Thanks.