Revert "SDL: handle SDL_QUIT event"

This commit is contained in:
Matthew Parlane
2015-06-08 13:43:39 +12:00
parent 5c7caf1f22
commit 9e1aab663f
6 changed files with 9 additions and 26 deletions

View File

@ -25,7 +25,6 @@ namespace SDL
{
void Init( std::vector<Core::Device*>& devices );
void UpdateInput();
class Joystick : public Core::Device
{
@ -131,6 +130,8 @@ private:
#endif
public:
void UpdateInput() override;
Joystick(SDL_Joystick* const joystick, const int sdl_index, const unsigned int index);
~Joystick();