summaryrefslogtreecommitdiffstats
path: root/src/input/mouse.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-10 19:41:49 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-10 19:41:49 +0200
commit8b8f7563ad33dafeadf6238e377748cdec17d67a (patch)
tree45a601d18a054ccdd068eeac93730e4e99252158 /src/input/mouse.rs
parent2913c64da3452d1fbf92384e4ff32c278fb383f8 (diff)
downloadiced-8b8f7563ad33dafeadf6238e377748cdec17d67a.tar.gz
iced-8b8f7563ad33dafeadf6238e377748cdec17d67a.tar.bz2
iced-8b8f7563ad33dafeadf6238e377748cdec17d67a.zip
Switch to workspace layout
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;