| 1803 | } |
| 1804 | |
| 1805 | void UIWindow::addKeyBinds( const std::map<KeyBindings::Shortcut, std::string>& binds ) { |
| 1806 | mKeyBindings.addKeybinds( binds ); |
| 1807 | } |
| 1808 | |
| 1809 | void UIWindow::setKeyBindingCommand( const std::string& command, |
| 1810 | UIWindow::KeyBindingCommand func ) { |
no test coverage detected