mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Added position audio.
This commit is contained in:
@@ -96,6 +96,13 @@ namespace openal
|
||||
void setVolume(float volume);
|
||||
float getVolume() const;
|
||||
|
||||
void getPosition(float * v) const;
|
||||
void setPosition(float * v);
|
||||
void getOrientation(float * v) const;
|
||||
void setOrientation(float * v);
|
||||
void getVelocity(float * v) const;
|
||||
void setVelocity(float * v);
|
||||
|
||||
}; // Audio
|
||||
|
||||
} // openal
|
||||
|
||||
Reference in New Issue
Block a user