Callback
love.keypressed( key, unicode )
Callback function triggered when a key is pressed.
Synopsis
function love.keypressed( key, unicode )
    ...
end
Parameters
key KeyConstant Character of the key pressed.
unicode number The unicode number of the key pressed.
Copyright © 2006-2010 LÖVE Development Team.