From a14b8bffc0037cc14f55b361b9591cf2657e6348 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 29 Aug 2019 01:35:37 +0200 Subject: Write documentation for `input` --- src/input.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input.rs') diff --git a/src/input.rs b/src/input.rs index 282d5c00..613d83f1 100644 --- a/src/input.rs +++ b/src/input.rs @@ -1,3 +1,4 @@ +//! Map your system events into input events that Iced can understand. pub mod keyboard; pub mod mouse; -- cgit