XRInputSourceEventInit constructor

XRInputSourceEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. required JSObject frame,
  5. required XRInputSource inputSource,
})

Implementation

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