Difference between revisions of "love.joystick.getNumAxes"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Returns the number of axes on the joystick.
 
Returns the number of axes on the joystick.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the number of axes on the joystick.}}
 
{{#set:Description=Returns the number of axes on the joystick.}}
 +
== Other Languages ==
 +
{{i18n|love.joystick.getNumAxes}}

Revision as of 20:40, 18 November 2010

Returns the number of axes on the joystick.

Function

Synopsis

axes = love.joystick.getNumAxes( joystick )

Arguments

number joystick
The joystick to be checked

Returns

number axes
The number of axes available

See Also

Other Languages