Move keyboard::Event to iced_core

This commit is contained in:
Héctor Ramón Jiménez 2020-04-30 04:59:07 +02:00
parent d8b9e03481
commit 137664ca88
4 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,4 @@
//! Build mouse events.
//! Track mouse events.
pub mod click;