{{newin|[[0.9.0]]|090|type=callback}}
Called when a joystick axis moves.
== Function ==
=== Synopsis ===
<source lang="lua">
love.joystickaxis( joystick, axis, value )
</source>
=== Arguments ===
{{param|Joystick|joystick|The joystick object.}}
{{param|number|axis|The axis number.}}
{{param|number|value|The new axis value.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love]]
[[Category:Callbacks]]
{{#set:Description=Called when a joystick axis moves.}}
{{#set:Subcategory=Joystick}}
== Other Languages ==
{{i18n|love.joystickaxis}}