MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / getKey

Method getKey

Source/Util/Config.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38sf::Keyboard::Key Config::getKey(Key_Binds::Control control) const
39{
40 return m_keybindings.at(control);
41}
42
43sf::VideoMode Config::getVideoMode() const
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected