mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Removed the love.joystickball event callback function
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user