Callback
love.joystickpressed( joystick, button )
Called when a joystick button is pressed.
Synopsis
function love.joystickpressed( joystick, button )
    ...
end
Parameters
joystick number The joystick number.
button number The button number.
Copyright © 2006-2010 LÖVE Development Team.