summaryrefslogtreecommitdiffstats
path: root/src/input/mouse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/mouse.rs')
-rw-r--r--src/input/mouse.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input/mouse.rs b/src/input/mouse.rs
deleted file mode 100644
index d37f5b96..00000000
--- a/src/input/mouse.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-//! Build mouse events.
-mod button;
-mod event;
-
-pub use button::Button;
-pub use event::Event;