iced-yoda/native/src/input/keyboard.rs

7 lines
102 B
Rust
Raw Normal View History

2019-08-29 01:35:37 +02:00
//! Build keyboard events.
2019-07-20 19:12:31 +02:00
mod event;
mod key_code;
pub use event::Event;
pub use key_code::KeyCode;