summaryrefslogtreecommitdiff
path: root/Input.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Input.lua')
-rw-r--r--Input.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Input.lua b/Input.lua
new file mode 100644
index 0000000..a7dd2e6
--- /dev/null
+++ b/Input.lua
@@ -0,0 +1,6 @@
+local component = require 'component'
+
+-- component for objects that can recieve input events
+local Input = component()
+
+return Input