Interface XRInputSourceEventInit

interface XRInputSourceEventInit {
    frame?: XRFrame;
    inputSource?: XRInputSource;
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
}

Hierarchy (view full)

Properties

frame?: XRFrame
inputSource?: XRInputSource
bubbles?: boolean
cancelable?: boolean
composed?: boolean