love.audio.getVelocity


Function

Synopsis

x, y, z = love.audio.getVelocity( )

Arguments

None.

Returns

number x
The X velocity of the listener.
number y
The Y velocity of the listener.
number z
The Z velocity of the listener.

See Also