Difference between revisions of "love.joystick.getNumAxes"

m
Line 13: 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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.joystick.getNumAxes}}
 
{{i18n|love.joystick.getNumAxes}}

Revision as of 10:30, 25 March 2011

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