Separate JoystickConfig out into a separate class that can be stored in the global...
authorIngo Ruhnke <grumbel@gmail.com>
Mon, 18 Aug 2014 02:50:10 +0000 (04:50 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Mon, 18 Aug 2014 02:53:36 +0000 (04:53 +0200)
commit4b9d82b256a71b25636bee6a4f54142f8a5e757f
treeae5221c5205fc82abab444de09a304f38430b123
parent51ff37c5622618fd39354a12a80fc82a15c9eeb3
Separate JoystickConfig out into a separate class that can be stored in the global Config object

This should fix joystick/keyboard load/save support which broke in one of the last few commits
src/control/input_manager.cpp
src/control/input_manager.hpp
src/control/joystick_config.cpp [new file with mode: 0644]
src/control/joystick_config.hpp [new file with mode: 0644]
src/control/joystick_manager.cpp
src/control/joystick_manager.hpp
src/supertux/gameconfig.cpp
src/supertux/gameconfig.hpp
src/supertux/main.cpp
src/supertux/menu/joystick_menu.cpp