Decouple iced from coffee
This commit is contained in:
parent
eefdcbe06c
commit
2b7ad3d50e
33 changed files with 2907 additions and 8 deletions
5
src/input/button_state.rs
Normal file
5
src/input/button_state.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#[derive(Debug, Hash, Ord, PartialOrd, PartialEq, Eq, Clone, Copy)]
|
||||
pub enum ButtonState {
|
||||
Pressed,
|
||||
Released,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue