Difference between revisions of "love.joystick.getBall"

m
m (Added oldin)
Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=function}}
 
Returns the change in ball position.
 
Returns the change in ball position.
 
== Function ==
 
== Function ==

Revision as of 03:00, 26 August 2013

Removed in LÖVE 0.9.0
This function is not supported in that and 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


Other Languages