Wayland: implement touch events (#342)
* wayland: move pointer to its own file * wayland: touch events support * update changelog
This commit is contained in:
parent
bbf13561b5
commit
c61f9b75f8
5 changed files with 313 additions and 174 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue