Type Alias XRInputSourcesChangeEventInit

Source
pub(crate) type XRInputSourcesChangeEventInit = XRInputSourcesChangeEventInit<DomTypeHolder>;

Aliased Type§

pub(crate) struct XRInputSourcesChangeEventInit {
    pub parent: EventInit,
    pub added: Vec<Root<Dom<XRInputSource>>>,
    pub removed: Vec<Root<Dom<XRInputSource>>>,
    pub session: Root<Dom<XRSession>>,
}

Fields§

§parent: EventInit§added: Vec<Root<Dom<XRInputSource>>>§removed: Vec<Root<Dom<XRInputSource>>>§session: Root<Dom<XRSession>>