Implement the InputEvent

Add WebIDL, from UI Events working draft.
Implement script type for event.

Note that actually firing InputEvents is not part of this commit.
This commit is contained in:
Pyfisch 2017-06-30 21:54:13 +02:00
parent 9a13cf6bda
commit 1102660015
6 changed files with 97 additions and 15 deletions

View file

@ -372,6 +372,7 @@ pub mod htmlulistelement;
pub mod htmlunknownelement;
pub mod htmlvideoelement;
pub mod imagedata;
pub mod inputevent;
pub mod keyboardevent;
pub mod location;
pub mod mediaerror;