Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ onStop
Method
onStop
examples/sound_effects/SoundEffects.cpp:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
void onStop() override
231
{
232
m_music.stop();
233
}
234
235
private:
236
float m_pitch{1.f};
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected