Difference between revisions of "love.joystickpressed"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Called when a joystick button is pressed.
 
Called when a joystick button is pressed.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
 
{{#set:Description=Called when a joystick button is pressed.}}
 
{{#set:Description=Called when a joystick button is pressed.}}
 +
== Other Languages ==
 +
{{i18n|love.joystickpressed}}

Revision as of 20:06, 25 October 2010

Called when a joystick button is pressed.

Function

Synopsis

love.joystickpressed( joystick, button )

Arguments

number joystick
The joystick number.
number button
The button number.

Returns

Nothing.

See Also

Other Languages