Function
love.audio.setVelocity( x, y, z )
Sets the velocity of the listener.
Synopsis
love.audio.setVelocity( x, y, z )
Parameters
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.