Remove inconsistent input module in iced_native
This commit is contained in:
parent
137664ca88
commit
bb9ccc4f62
20 changed files with 27 additions and 45 deletions
|
|
@ -3,11 +3,8 @@
|
|||
//! [`winit`]: https://github.com/rust-windowing/winit
|
||||
//! [`iced_native`]: https://github.com/hecrj/iced/tree/master/native
|
||||
use crate::{
|
||||
input::{
|
||||
keyboard::{self, KeyCode, ModifiersState},
|
||||
mouse,
|
||||
},
|
||||
window, Event, Mode, MouseCursor,
|
||||
keyboard::{self, KeyCode, ModifiersState},
|
||||
mouse, window, Event, Mode, MouseCursor,
|
||||
};
|
||||
|
||||
/// Converts a winit window event into an iced event.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue