love.joystick.getBall

Available since LÖVE 0.5.0 and removed in LÖVE 0.9.0
This function is not supported in earlier or later versions.

Returns the change in ball position.

Function

Synopsis

dx, dy = love.joystick.getBall( joystick, ball )

Arguments

number joystick
The joystick to be checked
number ball
The ball to be checked

Returns

number dx
Change in x of the ball position.
number dy
Change in y of the ball position.

See Also


© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.joystick.getBall