| 36 | } |
| 37 | |
| 38 | sf::Keyboard::Key Config::getKey(Key_Binds::Control control) const |
| 39 | { |
| 40 | return m_keybindings.at(control); |
| 41 | } |
| 42 | |
| 43 | sf::VideoMode Config::getVideoMode() const |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected