summaryrefslogtreecommitdiffstats
path: root/src/input.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-29 01:35:37 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-29 01:35:37 +0200
commita14b8bffc0037cc14f55b361b9591cf2657e6348 (patch)
tree765cc8924bc1276df46834db868852788297e112 /src/input.rs
parentfafad2dfcab3b6bb11a705af61faf54e07e29773 (diff)
downloadiced-a14b8bffc0037cc14f55b361b9591cf2657e6348.tar.gz
iced-a14b8bffc0037cc14f55b361b9591cf2657e6348.tar.bz2
iced-a14b8bffc0037cc14f55b361b9591cf2657e6348.zip
Write documentation for `input`
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs1
1 files changed, 1 insertions, 0 deletions
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;