Function
love.audio.getVelocity( )
Returns the velocity of the listener.
Synopsis
x, y, z = love.audio.getVelocity( )
Returns
x number The X velocity of the listener.
y number The Y velocity of the listener.
z number The Z velocity of the listener.
Copyright © 2006-2010 LÖVE Development Team.