Difference between revisions of "love.joystick.close"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Closes a joystick.}}
 
{{#set:Description=Closes a joystick.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.joystick.close}}
 
{{i18n|love.joystick.close}}

Revision as of 10:30, 25 March 2011

Closes a joystick, i.e. stop using it for generating events and in query functions.

Function

Synopsis

love.joystick.close( joystick )

Arguments

number joystick
The joystick to be closed

Returns

Nothing.

See Also


Other Languages