summaryrefslogtreecommitdiffstats
path: root/src/keyboard.rs
blob: 2134a66bc3bd013d1086c99c632a450600de830d (plain) (blame)
1
2
//! Listen and react to keyboard events.
pub use crate::runtime::keyboard::{Event, KeyCode, Modifiers};