diff --git a/src/inputdaemon.cpp b/src/inputdaemon.cpp index 5337c38a..6e345c09 100644 --- a/src/inputdaemon.cpp +++ b/src/inputdaemon.cpp @@ -55,7 +55,7 @@ void InputDaemon::run () event.type = SDL_NOEVENT; #endif - if (joysticks->count() > 0 && !stopped) + if (!stopped) { event = eventWorker->getCurrentEvent();