summaryrefslogtreecommitdiff
path: root/Input.lua
blob: a7dd2e6d416adbebee1c3cedf9e4f795d142efb0 (plain)
1
2
3
4
5
6
local component = require 'component'

-- component for objects that can recieve input events
local Input = component()

return Input