Function
love.keyboard.isDown( key )
Checks whether a certain key is down.
Synopsis
down = love.keyboard.isDown( key )
Parameters
key KeyConstant The key to check.
Returns
down boolean True if the key is down, false if not.
Copyright © 2006-2010 LÖVE Development Team.