{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getNumAxes]]}}

Gets the number of axes on the joystick.
== Function ==
=== Synopsis ===
<source lang="lua">
axes = Joystick:getAxisCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|axes|The number of axes available.}}
== See Also ==
* [[parent::Joystick]]
* [[Joystick:getAxis]]
* [[Joystick:getAxes]]
[[Category:Functions]]
{{#set:Description=Gets the number of axes on the joystick.}}
== Other Languages ==
{{i18n|Joystick:getAxisCount}}