Split Controller::PAUSE_MENU into ESCAPE and START, as they need to act different...
authorIngo Ruhnke <grumbel@gmail.com>
Wed, 27 Aug 2014 08:12:05 +0000 (10:12 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Wed, 27 Aug 2014 08:12:05 +0000 (10:12 +0200)
commit06a023bf3e11d92a5c0b1127823527110b732745
tree61eb91324f946fb7b33d031c4d3362f35799ea89
parent7831e810062da90ebb745f8e1a4346bc1e80e3ed
Split Controller::PAUSE_MENU into ESCAPE and START, as they need to act different in some contexts
12 files changed:
src/control/controller.hpp
src/control/game_controller_manager.cpp
src/control/joystick_config.cpp
src/control/keyboard_config.cpp
src/control/keyboard_manager.cpp
src/gui/dialog.cpp
src/gui/menu.cpp
src/supertux/game_session.cpp
src/supertux/levelintro.cpp
src/supertux/menu/joystick_menu.cpp
src/supertux/textscroller.cpp
src/worldmap/worldmap.cpp