diff --git a/src/components/GuiInputConfig.cpp b/src/components/GuiInputConfig.cpp index c7c9ac1c1..6632fe397 100644 --- a/src/components/GuiInputConfig.cpp +++ b/src/components/GuiInputConfig.cpp @@ -28,6 +28,8 @@ GuiInputConfig::GuiInputConfig() LOG(LogInfo) << "Opening joystick \"" << SDL_JoystickName(0) << "\" for configuration..."; mJoystick = SDL_JoystickOpen(0); } + + SDL_JoystickEventState(SDL_ENABLE); } GuiInputConfig::~GuiInputConfig()