Quick fix for the joystick event state with GuiInputConfig.

This commit is contained in:
Aloshi 2013-03-28 21:57:01 -05:00
parent e088fb9c35
commit 47dfe5d5fb

View file

@ -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()