| 174 | } |
| 175 | |
| 176 | void HotKeyManager::shutdown() |
| 177 | { |
| 178 | MyGUI::ResourceManager::getInstance().unregisterLoadXmlDelegate("HotKeys"); |
| 179 | } |
| 180 | |
| 181 | void HotKeyManager::loadXml(MyGUI::xml::ElementPtr _node, std::string_view /*_file*/, MyGUI::Version /*_version*/) |
| 182 | { |
nothing calls this directly
no test coverage detected