Exposed Source:setPosition and its brethren

This commit is contained in:
Bill Meltsner
2010-08-19 09:08:36 -05:00
parent 7611edd9ee
commit 6f90a33e17
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -199,6 +199,13 @@ namespace audio
{ "getPitch", w_Source_getPitch },
{ "setVolume", w_Source_setVolume },
{ "getVolume", w_Source_getVolume },
{ "setPosition", w_Source_setPosition },
{ "getPosition", w_Source_getPosition },
{ "setVelocity", w_Source_setVelocity },
{ "getVelocity", w_Source_getVelocity },
{ "setDirection", w_Source_setDirection },
{ "getDirection", w_Source_getDirection },
{ "setLooping", w_Source_setLooping },
{ "isLooping", w_Source_isLooping },
{ "isStopped", w_Source_isStopped },