MCPcopy Create free account
hub / github.com/MyGUI/mygui / shutdown

Method shutdown

Tools/EditorFramework/HotKeyManager.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected