mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Added position audio.
This commit is contained in:
@@ -89,6 +89,30 @@ namespace null
|
||||
return volume;
|
||||
}
|
||||
|
||||
void Source::setPosition(float * v)
|
||||
{
|
||||
}
|
||||
|
||||
void Source::getPosition(float * v) const
|
||||
{
|
||||
}
|
||||
|
||||
void Source::setVelocity(float * v)
|
||||
{
|
||||
}
|
||||
|
||||
void Source::getVelocity(float * v) const
|
||||
{
|
||||
}
|
||||
|
||||
void Source::setDirection(float * v)
|
||||
{
|
||||
}
|
||||
|
||||
void Source::getDirection(float * v) const
|
||||
{
|
||||
}
|
||||
|
||||
} // null
|
||||
} // audio
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user