Rethink workspace structure
This commit is contained in:
parent
8b8f7563ad
commit
a97401aed2
44 changed files with 684 additions and 51 deletions
6
src/input/keyboard.rs
Normal file
6
src/input/keyboard.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Build keyboard events.
|
||||
mod event;
|
||||
mod key_code;
|
||||
|
||||
pub use event::Event;
|
||||
pub use key_code::KeyCode;
|
||||
Loading…
Add table
Add a link
Reference in a new issue