Loading...
Searching...
No Matches
Listener.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
void sfListener_setDirection(sfVector3f direction)
Set the orientation of the forward vector in the scene.
sfVector3f sfListener_getPosition(void)
Get the current position of the listener in the scene.
void sfListener_setGlobalVolume(float volume)
Change the global volume of all the sounds and musics.
void sfListener_setPosition(sfVector3f position)
Set the position of the listener in the scene.
void sfListener_setUpVector(sfVector3f upVector)
Set the upward vector of the listener in the scene.
float sfListener_getGlobalVolume(void)
Get the current value of the global volume.
sfVector3f sfListener_getDirection(void)
Get the current forward vector of the listener in the scene.
sfVector3f sfListener_getUpVector(void)
Get the current upward vector of the listener in the scene.