Wayland: implement touch events (#342)

* wayland: move pointer to its own file

* wayland: touch events support

* update changelog
This commit is contained in:
Victor Berger 2017-11-11 10:03:42 +01:00 committed by GitHub
parent bbf13561b5
commit c61f9b75f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 313 additions and 174 deletions

View file

@ -11,6 +11,8 @@ use wayland_client::protocol::wl_surface;
use wayland_client::Proxy;
mod event_loop;
mod pointer;
mod touch;
mod keyboard;
mod window;