Rename keyboard::ModifiersState to Modifiers
This commit is contained in:
parent
08e0b9ffbd
commit
d612bf5678
6 changed files with 22 additions and 31 deletions
|
|
@ -1,2 +1,2 @@
|
|||
//! Listen and react to keyboard events.
|
||||
pub use crate::runtime::keyboard::{Event, KeyCode, ModifiersState};
|
||||
pub use crate::runtime::keyboard::{Event, KeyCode, Modifiers};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue