Add support for squeeze events

This commit is contained in:
Manish Goregaokar 2019-11-21 16:31:08 -08:00
parent 10a63cc9d4
commit 87f729731a
5 changed files with 31 additions and 19 deletions

View file

@ -39,8 +39,11 @@ interface XRSession : EventTarget {
// // Events
attribute EventHandler onend;
attribute EventHandler onselect;
attribute EventHandler onsqueeze;
// attribute EventHandler oninputsourceschange;
attribute EventHandler onselectstart;
attribute EventHandler onselectend;
attribute EventHandler onsqueezestart;
attribute EventHandler onsqueezeend;
attribute EventHandler onvisibilitychange;
};