1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 23:45:35 +00:00

Make movement keys not function in text input mode

This commit is contained in:
scrawl 2017-11-10 21:48:11 +01:00
parent b7eda61f7a
commit 3b9e1e8c1b

View file

@ -176,6 +176,8 @@ namespace MWInput
void InputManager::handleGuiArrowKey(int action)
{
if (SDL_IsTextInputActive())
return;
MyGUI::KeyCode key;
switch (action)
{