chroma_solstice/input.lua

11 lines
98 B
Lua
Raw Normal View History

2015-03-11 20:11:29 -04:00
local input = {}
function input:handler()
end
function input:moveIsPressed()
end
return input