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