fennel_engine/
events.rs

1use fennel_core::events::KeyboardEvent;
2
3#[derive(Default)]
4pub struct KeyEvents(pub Vec<KeyboardEvent>);