[client] added new option input:grabKeyboardOnFocus

This commit is contained in:
Geoffrey McRae
2020-11-29 07:12:19 +11:00
parent dea7177d29
commit bbcaaccdcc
3 changed files with 20 additions and 5 deletions

View File

@@ -151,6 +151,7 @@ struct AppParams
bool ignoreQuit;
bool noScreensaver;
bool grabKeyboard;
bool grabKeyboardOnFocus;
SDL_Scancode escapeKey;
bool showAlerts;
bool captureOnStart;