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
5 changed files with 313 additions and 174 deletions

View File

@@ -14,6 +14,7 @@
- On Windows added `MonitorIdExt::hmonitor` method
- Impl `Clone` for `EventsLoopProxy`
- `EventsLoop::get_primary_monitor()` on X11 will fallback to any available monitor if no primary is found
- Support for touch event on wayland
# Version 0.8.3 (2017-10-11)