forked from mirror/openmw-tes3mp
Make movement keys not function in text input mode
This commit is contained in:
parent
b9baee51d5
commit
1afbf99f74
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ namespace MWInput
|
||||||
|
|
||||||
void InputManager::handleGuiArrowKey(int action)
|
void InputManager::handleGuiArrowKey(int action)
|
||||||
{
|
{
|
||||||
|
if (SDL_IsTextInputActive())
|
||||||
|
return;
|
||||||
MyGUI::KeyCode key;
|
MyGUI::KeyCode key;
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue