base
This commit is contained in:
commit
bb6dd4881b
19 changed files with 441 additions and 0 deletions
7
src/hard/keyboard.rs
Normal file
7
src/hard/keyboard.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
pub struct Keyboard;
|
||||
|
||||
impl Keyboard {
|
||||
pub fn record(key_code: u8) {
|
||||
// todo!()
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue