XRInputSourceEventInit constructor
XRInputSourceEventInit({
- bool bubbles,
- bool cancelable,
- bool composed,
- required JSObject frame,
- required XRInputSource inputSource,
Implementation
external factory XRInputSourceEventInit({
bool bubbles,
bool cancelable,
bool composed,
required JSObject frame,
required XRInputSource inputSource,
});