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/mouse.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input/mouse.rs') diff --git a/src/input/mouse.rs b/src/input/mouse.rs index 49a62961..d37f5b96 100644 --- a/src/input/mouse.rs +++ b/src/input/mouse.rs @@ -1,3 +1,4 @@ +//! Build mouse events. mod button; mod event; -- cgit