Difference between revisions of "love.joystick.open"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Opens up a joystick to be used.}}
 
{{#set:Description=Opens up a joystick to be used.}}
 +
== Other Languages ==
 +
{{i18n|love.joystick.open}}

Revision as of 20:41, 18 November 2010

Opens up a joystick to be used, i.e. makes it ready to use. By default joysticks that are available at the start of your game will be opened.

Function

Synopsis

love.joystick.open( joystick )

Arguments

number joystick
The joystick to be opened

Returns

Nothing.

See Also

Other Languages