Remove ButtonState

This commit is contained in:
Héctor Ramón Jiménez 2020-04-30 04:54:49 +02:00
parent e55cd9652e
commit d8b9e03481
5 changed files with 1 additions and 28 deletions

View file

@ -1,5 +1,3 @@
//! Map your system events into input events that the runtime can understand.
pub mod keyboard;
pub mod mouse;
pub use iced_core::ButtonState;