mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add bindings for TouchEvent DOM interfaces
This commit is contained in:
parent
79f300f038
commit
4ed15a8853
9 changed files with 302 additions and 1 deletions
|
@ -345,6 +345,9 @@ pub mod testbindingproxy;
|
|||
pub mod text;
|
||||
pub mod textdecoder;
|
||||
pub mod textencoder;
|
||||
pub mod touch;
|
||||
pub mod touchevent;
|
||||
pub mod touchlist;
|
||||
pub mod treewalker;
|
||||
pub mod uievent;
|
||||
pub mod url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue