summaryrefslogtreecommitdiffhomepage
path: root/main.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-10-10 22:33:34 +0200
committerAki <nthirtyone@gmail.com>2016-10-10 22:33:34 +0200
commit7e567d1fc37d8e65e4e8fe5c7ece2cea8a6567b1 (patch)
tree6a83204f6ff49b15d845a7456b285cec531d9286 /main.lua
parent26199823381c0a9ee81a8eddde1d8c093c101685 (diff)
downloadroflnauts-7e567d1fc37d8e65e4e8fe5c7ece2cea8a6567b1.zip
roflnauts-7e567d1fc37d8e65e4e8fe5c7ece2cea8a6567b1.tar.gz
roflnauts-7e567d1fc37d8e65e4e8fe5c7ece2cea8a6567b1.tar.bz2
Load controller sets from file
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 93d0408..3e28d90 100644
--- a/main.lua
+++ b/main.lua
@@ -75,7 +75,6 @@ function love.draw()
end
end
-- Pass input to Controller
-function love.joystickadded(joystick) Controller.joystickadded(joystick) end
function love.gamepadaxis(joystick, axis, value) Controller.gamepadaxis(joystick, axis, value) end
function love.gamepadpressed(joystick, key) Controller.gamepadpressed(joystick, key) end
function love.gamepadreleased(joystick, key) Controller.gamepadreleased(joystick, key) end