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

Method handleKey

examples/sound_effects/SoundEffects.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void handleKey(sf::Keyboard::Key key)
74 {
75 onKey(key);
76 }
77
78protected:
79 explicit Effect(std::string name) : m_name(std::move(name))

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected