[client] all: fix regression with input disable toggle

This commit is contained in:
Geoffrey McRae
2021-01-20 00:23:24 +11:00
parent 819562d906
commit 2bfcfa36df
2 changed files with 20 additions and 14 deletions

View File

@@ -312,9 +312,6 @@ static bool x11EventFilter(SDL_Event * event)
if (cookie->extension != x11.xinputOp)
return false;
if (!app_inputEnabled())
return true;
switch(cookie->evtype)
{
case XI_RawKeyPress: