Handle AddInput/RemoveInput events

This commit is contained in:
Manish Goregaokar 2020-01-08 17:54:26 +05:30
parent a90a42012b
commit f721113f8d
5 changed files with 71 additions and 5 deletions

View file

@ -40,7 +40,7 @@ interface XRSession : EventTarget {
attribute EventHandler onend;
attribute EventHandler onselect;
attribute EventHandler onsqueeze;
// attribute EventHandler oninputsourceschange;
attribute EventHandler oninputsourceschange;
attribute EventHandler onselectstart;
attribute EventHandler onselectend;
attribute EventHandler onsqueezestart;