Called when a joystick button is released.
== Function ==
{{newin|[[0.9.0]]|090|type=variant}}
=== Synopsis ===
<source lang="lua">
love.joystickreleased( joystick, button )
</source>
=== Arguments ===
{{param|Joystick|joystick|The joystick object.}}
{{param|number|button|The button number.}}
=== Returns ===
Nothing.
== Function ==
{{oldin|[[0.9.0]]|090|type=variant}}
=== Synopsis ===
<source lang="lua">
love.joystickreleased( joystick, button )
</source>
=== Arguments ===
{{param|number|joystick|The joystick number.}}
{{param|number|button|The button number.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love]]
* [[love.joystickpressed]]
[[Category:Callbacks]]
{{#set:Description=Called when a joystick button is released.}}
{{#set:Subcategory=Joystick}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.joystickreleased}}