From 7467404f40f2d6cde3bf46fcda03631a0f1ad797 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Jul 2014 23:59:38 +0300 Subject: Not allow character moving by cursor keys if any input field selected. --- src/input/inputcondition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/inputcondition.h b/src/input/inputcondition.h index d1ce6db26..2f44570a7 100644 --- a/src/input/inputcondition.h +++ b/src/input/inputcondition.h @@ -47,7 +47,7 @@ namespace InputCondition SHORTCUT0 = 2 + 4 + 16 + 512, // flags for shortcut keys GAME = 2 + 4 + 8 + 16 + 64 + 2048, // main game key GAME2 = 2 + 8 + 16 + 64 + 2048, - ARROWKEYS = 2 + 8 + 16 + 64 + 2048 + 4096 + 16384 + ARROWKEYS = 2 + 4 + 8 + 16 + 64 + 2048 + 4096 + 16384 }; } // namespace InputCondition -- cgit v1.2.3-70-g09d2