iced/src/keyboard.rs
2020-11-26 02:05:42 +01:00

2 lines
104 B
Rust

//! Listen and react to keyboard events.
pub use crate::runtime::keyboard::{Event, KeyCode, Modifiers};