Home
last modified time | relevance | path

Searched refs:ballSound (Results 1 – 5 of 5) sorted by relevance

/dports/devel/sfml/SFML-2.5.1/examples/pong/
H A DPong.cpp38 sf::Sound ballSound(ballSoundBuffer); in main() local
178 ballSound.play(); in main()
184 ballSound.play(); in main()
201 ballSound.play(); in main()
216 ballSound.play(); in main()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/Demo/
H A DCDemo.h67 irrklang::ISoundSource* ballSound; variable
76 Mix_Chunk *ballSound; variable
H A DCDemo.cpp10 irrKlang(0), ballSound(0), impactSound(0), in CDemo()
13 stream(0), ballSound(0), impactSound(0), in CDemo()
680 if (ballSound) in shoot()
681 irrKlang->play2D(ballSound); in shoot()
684 if (ballSound) in shoot()
685 playSound(ballSound); in shoot()
776 ballSound = irrKlang->getSoundSource("../../media/ball.wav"); in startIrrKlang()
786 ballSound = NULL; in startSound()
798 ballSound = Mix_LoadWAV("../../media/ball.wav"); in startSound()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/IrrlichtDemo/
H A DCDemo.cpp14 irrKlang(0), ballSound(0), impactSound(0), in CDemo()
17 stream(0), ballSound(0), impactSound(0), in CDemo()
821 if (ballSound) in shootFromOrigin()
827 irrKlang->play3D(ballSound, node->getPosition(), false, false, true); in shootFromOrigin()
839 if (ballSound) in shootFromOrigin()
840 playSound(ballSound); in shootFromOrigin()
1258 ballSound = irrKlang->getSoundSource(IRRLICHT_MEDIA_PATH "ball.wav"); in startIrrKlang()
1268 ballSound = NULL; in startSound()
1280 ballSound = Mix_LoadWAV(IRRLICHT_MEDIA_PATH "ball.wav"); in startSound()
H A DCDemo.h101 irrklang::ISoundSource* ballSound; variable
111 Mix_Chunk *ballSound; variable