diff options
-rw-r--r-- | src/input/keyboardconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/keyboardconfig.cpp b/src/input/keyboardconfig.cpp index e90d126a5..c67fb5151 100644 --- a/src/input/keyboardconfig.cpp +++ b/src/input/keyboardconfig.cpp @@ -292,7 +292,7 @@ bool KeyboardConfig::ignoreKey(const SDL_Event &restrict event) // SDL_WINDOWEVENT_TAKE_FOCUS not triggered after focus restored if (settings.inputFocused != KeyboardFocus::Focused2) return true; -#endif // SDL_VERSION_ATLEAST(2, 0, 5) +#endif // SDL_VERSION_ATLEAST(2, 0, 5) if (mActiveKeys[SDL_SCANCODE_LALT] != 0) return true; |