WebIDLpedia

XRInputSourceEvent interface

Definition

WebXR Device API defines XRInputSourceEvent



[SecureContext, Exposed=Window]
interface XRInputSourceEvent : Event {
  constructor(DOMString type, XRInputSourceEventInit eventInitDict);
  [SameObject] readonly attribute XRFrame frame;
  [SameObject] readonly attribute XRInputSource inputSource;
};

Methods and attributes that return objects implementing XRInputSourceEvent