From bdbb68730bf78a307f50edd1dcb6244db0455659 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 11 Sep 2017 17:45:24 +0300 Subject: Add default values for input 1 and input 2 actions in SDL 2 build. --- src/input/inputactionmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index bd4e7af26..7bdfe7553 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -2414,7 +2414,7 @@ static const InputActionData inputActionData Protected_false}, {"keyIgnoreInput1", #ifdef USE_SDL2 - emptyKey, + addKey(SDLK_LGUI), #else // USE_SDL2 addKey(SDLK_LSUPER), #endif // USE_SDL2 @@ -2428,7 +2428,7 @@ static const InputActionData inputActionData Protected_true}, {"keyIgnoreInput2", #ifdef USE_SDL2 - emptyKey, + addKey(SDLK_RGUI), #else // USE_SDL2 addKey(SDLK_RSUPER), #endif // USE_SDL2 -- cgit v1.2.3-60-g2f50