Turned MenuManager into a proper class instead of just a collection of static functio...
[supertux.git] / src / control / joystick_manager.hpp
2014-08-06 Ingo RuhnkeMerge branch 'feature/gamecontroller'
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
2014-08-06 Ingo RuhnkeMoved keyboard code into KeyboardManager class
2014-08-06 Ingo RuhnkeImplemented basic support for SDL GameController
2014-08-06 Ingo RuhnkeMoved joystick specific code from JoystickKeyboardContr...