Difference between revisions of "love.joystick.open"

m (1 revision: Importing from potato (again).)
(Add more helpful description)
Line 1: Line 1:
 
+
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.
Opens up a joystick to be used.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

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 checked

Returns

Nothing.

See Also