mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-12 14:01:15 -04:00
Remove an old workaround (Fixes #1458)
This commit is contained in:
parent
65d5311037
commit
4119038f1d
@ -919,11 +919,6 @@ namespace MWInput
|
|||||||
mInputBinder->addMouseButtonBinding (control, defaultMouseButtonBindings[i], ICS::Control::INCREASE);
|
mInputBinder->addMouseButtonBinding (control, defaultMouseButtonBindings[i], ICS::Control::INCREASE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Printscreen key should not be allowed because it's captured by system screenshot function
|
|
||||||
// We check this explicitely here to fix up pre-0.26 config files. Can be removed after a few versions
|
|
||||||
if (mInputBinder->getKeyBinding(mInputBinder->getControl(A_Screenshot), ICS::Control::INCREASE) == SDLK_PRINTSCREEN)
|
|
||||||
mInputBinder->addKeyBinding(mInputBinder->getControl(A_Screenshot), SDLK_F12, ICS::Control::INCREASE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string InputManager::getActionDescription (int action)
|
std::string InputManager::getActionDescription (int action)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user