mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Added position audio.
This commit is contained in:
@@ -33,6 +33,12 @@ namespace audio
|
||||
int _wrap_Source_getPitch(lua_State * L);
|
||||
int _wrap_Source_setVolume(lua_State * L);
|
||||
int _wrap_Source_getVolume(lua_State * L);
|
||||
int _wrap_Source_setPosition(lua_State * L);
|
||||
int _wrap_Source_getPosition(lua_State * L);
|
||||
int _wrap_Source_setVelocity(lua_State * L);
|
||||
int _wrap_Source_getVelocity(lua_State * L);
|
||||
int _wrap_Source_setDirection(lua_State * L);
|
||||
int _wrap_Source_getDirection(lua_State * L);
|
||||
int _wrap_Source_setLooping(lua_State * L);
|
||||
int _wrap_Source_isLooping(lua_State * L);
|
||||
int wrap_Source_open(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user