Function screen_13::input::update_keyboard
source · pub fn update_keyboard<'a>(
keyboard: &'a mut KeyBuf,
events: impl IntoIterator<Item = &'a Event<'a, ()>>
)Expand description
Handles keyboard Events while updating the provided buffer.