mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Add support for squeeze events
This commit is contained in:
parent
10a63cc9d4
commit
87f729731a
5 changed files with 31 additions and 19 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue