MCPcopy Create free account
hub / github.com/SFML/SFML / onStop

Method onStop

examples/sound_effects/SoundEffects.cpp:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 }
662
663 void onStop() override
664 {
665 m_music.stop();
666 }
667
668protected:
669 explicit Processing(std::string name) :

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected