Function
love.event.wait( )
Like love.event.poll, but blocks until there is an event in the queue.
Synopsis
e, a, b, c = love.event.wait( )
Returns
e Event The type of event.
a mixed First event argument.
b mixed Second event argument.
c mixed Third event argument.
Copyright © 2006-2010 LÖVE Development Team.