Difference between revisions of "love.joystickpressed"

Line 14: Line 14:
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
 
{{#set:Description=Called when a joystick button is pressed.}}
 
{{#set:Description=Called when a joystick button is pressed.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.joystickpressed}}
 
{{i18n|love.joystickpressed}}

Revision as of 18:04, 25 March 2011

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