summaryrefslogtreecommitdiffstats
path: root/native/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/src/input.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/native/src/input.rs b/native/src/input.rs
deleted file mode 100644
index ad8ed252..00000000
--- a/native/src/input.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-//! Map your system events into input events that the runtime can understand.
-pub mod keyboard;
-pub mod mouse;