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

Method onStop

examples/sound_effects/SoundEffects.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 void onStop() override
157 {
158 m_music.stop();
159 }
160
161private:
162 sf::CircleShape m_listener{20.f};

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected