Removed the love.joystickball event callback function

This commit is contained in:
Alex Szpakowski
2013-06-12 06:30:00 -03:00
parent 4b92c4bf4b
commit 66b9b46846
3 changed files with 1 additions and 23 deletions
-3
View File
@@ -176,9 +176,6 @@ function love.createhandlers()
joystickaxis = function (j,a,v)
if love.joystickaxis then return love.joystickaxis(j,a,v) end
end,
joystickball = function (j,b,dx,dy)
if love.joystickball then return love.joystickball(j,b,dx,dy) end
end,
joystickhat = function(j,h,v)
if love.joystickhat then return love.joystickhat(j,h,v) end
end,