update controls + control getters

This commit is contained in:
Andrew Minnich
2018-03-08 23:17:24 -05:00
parent 375a4e1441
commit 5c321ee71f
2 changed files with 96 additions and 9 deletions

View File

@@ -20,5 +20,5 @@ function love.update(dt)
end
function love.draw()
love.graphics.print(tostring(input._activeDevice))
love.graphics.print(tostring(input:released 'left'))
end