Difference between revisions of "love.joystick.getNumBalls"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the number of balls on the joystick.}}
 
{{#set:Description=Returns the number of balls on the joystick.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.joystick.getNumBalls}}
 
{{i18n|love.joystick.getNumBalls}}

Revision as of 10:30, 25 March 2011

Returns the number of balls on the joystick.

Function

Synopsis

balls = love.joystick.getNumBalls( joystick )

Arguments

number joystick
The joystick to be checked

Returns

number balls
The number of balls available

See Also


Other Languages