aboutsummaryrefslogtreecommitdiff
path: root/src/input/components.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/components.rs')
-rw-r--r--src/input/components.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/components.rs b/src/input/components.rs
new file mode 100644
index 0000000..b386457
--- /dev/null
+++ b/src/input/components.rs
@@ -0,0 +1,4 @@
+use bevy::prelude::*;
+
+#[derive(Debug, Component)]
+pub struct DummyWindow;