interface VRDisplayEvent
implements Event
import { type VRDisplayEvent } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
This WebVR API interface represents represents the event object of WebVR-related events (see the list of WebVR window extensions).
Properties
readonly
display: VRDisplayreadonly
reason: VRDisplayEventReason | null