Basic raw keyboard handling.

This commit is contained in:
Victor Berger 2015-05-14 21:46:29 +02:00
parent a6c33ef958
commit 02bd3758ee
4 changed files with 100 additions and 9 deletions

View file

@ -25,8 +25,10 @@ use platform::MonitorID as PlatformMonitorID;
use self::context::WaylandContext;
extern crate wayland_client as wayland;
extern crate wayland_kbd;
mod context;
mod keyboard;
lazy_static! {
static ref WAYLAND_CONTEXT: Option<WaylandContext> = {