MCPcopy Create free account
hub / github.com/DFHack/dfhack / getKeybindingInput

Method getKeybindingInput

library/modules/Hotkey.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385std::string HotkeyManager::getKeybindingInput() {
386 std::lock_guard<std::mutex> l(lock);
387 return requested_keybind;
388}
389
390HotkeyManager::HotkeyManager() {
391 this->hotkey_thread = std::thread(&HotkeyManager::hotkey_thread_fn, this);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected