Difference between revisions of "love.joystickreleased"

Line 14: Line 14:
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
 
{{#set:Description=Called when a joystick button is released.}}
 
{{#set:Description=Called when a joystick button is released.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.joystickreleased}}
 
{{i18n|love.joystickreleased}}

Revision as of 18:04, 25 March 2011

Called when a joystick button is released.

Function

Synopsis

love.joystickreleased( joystick, button )

Arguments

number joystick
The joystick number.
number button
The button number.

Returns

Nothing.

See Also


Other Languages