Refactor touch handling and add pinch zoom gesture

This commit is contained in:
Matt Brubeck 2015-11-10 09:46:33 -08:00
parent d11f96e270
commit eb2a37d41c
3 changed files with 258 additions and 118 deletions

View file

@ -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.