mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-24 09:39:51 +00:00
Make movement keys not function in text input mode
This commit is contained in:
parent
b9baee51d5
commit
1afbf99f74
@ -176,6 +176,8 @@ namespace MWInput
|
||||
|
||||
void InputManager::handleGuiArrowKey(int action)
|
||||
{
|
||||
if (SDL_IsTextInputActive())
|
||||
return;
|
||||
MyGUI::KeyCode key;
|
||||
switch (action)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user