{{newinoldin|[[0.5.0]]|050|[[0.9.0]]|090|type=function|text=It has been moved to [[Joystick:getAxes]]}}
Returns the position of each axis.
== Function ==
=== Synopsis ===
<source lang="lua">
axisDir1, axisDir2, axisDirN = love.joystick.getAxes( joystick )
</source>
=== Arguments ===
{{param|number|joystick|The joystick to be checked}}
=== Returns ===
{{param|number|axisDir1|Direction of axis1}}
{{param|number|axisDir2|Direction of axis2}}
{{param|number|axisDirN|Direction of axisN}}
== See Also ==
* [[parent::love.joystick]]
[[Category:Functions]]
{{#set:Description=Returns the position of each axis.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.joystick.getAxes}}