mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Refactor touch handling and add pinch zoom gesture
This commit is contained in:
parent
d11f96e270
commit
eb2a37d41c
3 changed files with 258 additions and 118 deletions
|
@ -71,6 +71,7 @@ pub mod sandboxing;
|
|||
mod scrolling;
|
||||
mod surface_map;
|
||||
mod timer_scheduler;
|
||||
mod touch;
|
||||
pub mod windowing;
|
||||
|
||||
/// Messages from the compositor to the constellation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue