aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrinputsourcearray.rs
Commit message (Expand)AuthorAgeFilesLines
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Always trigger an input sources change event on session creationManish Goregaokar2020-02-151-21/+13
* Support profilesManish Goregaokar2020-01-211-2/+2
* Handle SetTargetRayMode and SetHandednessManish Goregaokar2020-01-211-0/+31
* Handle AddInput/RemoveInput eventsManish Goregaokar2020-01-091-1/+54
* Hook XRInputSourceArray into XRSessionManish Goregaokar2019-10-081-0/+9
* Add methods to XRInputSourceArrayManish Goregaokar2019-10-081-0/+16
* Store inputs array in XRInputSourceArrayManish Goregaokar2019-10-081-2/+20
* Add empty XRInputSourceArray interfaceManish Goregaokar2019-10-081-0/+30