Remove inconsistent input module in iced_native

This commit is contained in:
Héctor Ramón Jiménez 2020-04-30 05:04:45 +02:00
parent 137664ca88
commit bb9ccc4f62
20 changed files with 27 additions and 45 deletions

View file

@ -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.