Difference between revisions of "love.joystick.getBall"

(Add missing parameters)
m
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the change in Ball position.}}
 
{{#set:Description=Returns the change in Ball position.}}
 +
== Other Languages ==
 +
{{i18n|love.joystick.getBall}}

Revision as of 20:41, 18 November 2010

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