Add key and mouse event support that typechecks

This commit is contained in:
Ryan Goldstein 2019-03-02 12:31:16 -05:00
parent c088f8bd03
commit f698d451df
2 changed files with 293 additions and 23 deletions

View file

@ -112,6 +112,7 @@ extern crate percent_encoding;
#[cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))]
extern crate smithay_client_toolkit as sctk;
#[cfg(feature = "stdweb")]
#[macro_use]
extern crate stdweb;
pub mod dpi;