Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ onStop
Method
onStop
examples/sound_effects/SoundEffects.cpp:343–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
void onStop() override
344
{
345
m_music.stop();
346
}
347
348
private:
349
sf::CircleShape m_listener{20.f};
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected