iced-yoda/src/keyboard.rs

3 lines
109 B
Rust
Raw Normal View History

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