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.