Skip to main content
Module

x/evt/lib/types/index.ts>dom.VRDisplayEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.VRDisplayEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { VRDisplayEvent } = dom;

This WebVR API interface represents represents the event object of WebVR-related events (see the list of WebVR window extensions).

Properties

readonly
display: VRDisplay
readonly
reason: VRDisplayEventReason | null