XRInputSourceEventInit
interface XRInputSourceEventInit {
frame?: XRFrame;
inputSource?: XRInputSource;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
}
frame?: XRFrame;
inputSource?: XRInputSource;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
}
Hierarchy (View Summary)
- EventInit
- XRInputSourceEventInit