Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ Effect
Method
Effect
examples/sound_effects/SoundEffects.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
protected:
79
explicit Effect(std::string name) : m_name(std::move(name))
80
{
81
}
82
83
static const sf::Font& getFont()
84
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected