Write documentation for input

This commit is contained in:
Héctor Ramón Jiménez 2019-08-29 01:35:37 +02:00
parent fafad2dfca
commit a14b8bffc0
7 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,4 @@
//! Map your system events into input events that Iced can understand.
pub mod keyboard;
pub mod mouse;