Difference between revisions of "love.joystick.open"

(Add more helpful description)
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|number|joystick|The joystick to be checked}}
+
{{param|number|joystick|The joystick to be opened}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.

Revision as of 16:42, 13 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