Difference between revisions of "love.joystickadded"

(Created page)
 
(Added note)
Line 10: Line 10:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 +
 +
== Notes ==
 +
This callback is also triggered after [[love.load]] for every Joystick which was already connected when the game started up.
  
 
== See Also ==
 
== See Also ==

Revision as of 04:52, 29 August 2013

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Called when a Joystick is connected.

Function

Synopsis

love.joystickadded( joystick )

Arguments

Joystick joystick
The newly connected Joystick object.

Returns

Nothing.

Notes

This callback is also triggered after love.load for every Joystick which was already connected when the game started up.

See Also

Other Languages