Basic raw keyboard handling.
This commit is contained in:
parent
a6c33ef958
commit
02bd3758ee
4 changed files with 100 additions and 9 deletions
|
|
@ -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> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue