Function
love.timer.getDelta( )
Returns the time between the last two frames.
Synopsis
dt = love.timer.getDelta( )
Returns
dt number The time passed (in seconds).
Copyright © 2006-2010 LÖVE Development Team.