Decouple iced from coffee
This commit is contained in:
parent
eefdcbe06c
commit
2b7ad3d50e
33 changed files with 2907 additions and 8 deletions
6
src/input.rs
Normal file
6
src/input.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pub mod keyboard;
|
||||
pub mod mouse;
|
||||
|
||||
mod button_state;
|
||||
|
||||
pub use button_state::ButtonState;
|
||||
Loading…
Add table
Add a link
Reference in a new issue