{{newinoldin|[[0.5.0]]|050|[[0.9.0]]|090|type=function|text=It has been moved to [[Joystick:getAxisCount]]}}

Returns the number of axes on the joystick.
== Function ==
=== Synopsis ===
<source lang="lua">
axes = love.joystick.getNumAxes( joystick )
</source>
=== Arguments ===
{{param|number|joystick|The joystick to be checked}}
=== Returns ===
{{param|number|axes|The number of axes available}}
== See Also ==
* [[parent::love.joystick]]
[[Category:Functions]]
{{#set:Description=Returns the number of axes on the joystick.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.joystick.getNumAxes}}