diff options
author | 2019-08-29 01:35:37 +0200 | |
---|---|---|
committer | 2019-08-29 01:35:37 +0200 | |
commit | a14b8bffc0037cc14f55b361b9591cf2657e6348 (patch) | |
tree | 765cc8924bc1276df46834db868852788297e112 /src/input.rs | |
parent | fafad2dfcab3b6bb11a705af61faf54e07e29773 (diff) | |
download | iced-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.rs | 1 |
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; |