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

6
native/src/mouse.rs Normal file
View file

@ -0,0 +1,6 @@
//! Track mouse events.
pub mod click;
pub use click::Click;
pub use iced_core::mouse::*;