-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels