bevy-input-sequence 0.10.0

Recognizes and acts on input sequences
Documentation
1
2
3
4
5
//! Cache for input sequences
mod button;
pub use button::*;
mod key;
pub use key::*;