summaryrefslogtreecommitdiff
path: root/src/m_config.c
diff options
context:
space:
mode:
authorSimon Howard2014-04-19 01:35:40 -0400
committerSimon Howard2014-04-19 01:35:40 -0400
commitf0b710024a2820cd062163db29fddccc03cdf5a3 (patch)
tree86e56b81132ad73f26e5eec1fd4c510e7d363e94 /src/m_config.c
parent74e1b8b7548e6d14eb9be748279e8100a766cf04 (diff)
downloadchocolate-doom-f0b710024a2820cd062163db29fddccc03cdf5a3.tar.gz
chocolate-doom-f0b710024a2820cd062163db29fddccc03cdf5a3.tar.bz2
chocolate-doom-f0b710024a2820cd062163db29fddccc03cdf5a3.zip
joystick: Add joystick button to toggle menu.
When using a joystick or gamepad it's nice to be able to bring up the menu without having to reach for the keyboard. This makes modern gamepads more useful/usable.
Diffstat (limited to 'src/m_config.c')
-rw-r--r--src/m_config.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/m_config.c b/src/m_config.c
index ac4eb304..898c9368 100644
--- a/src/m_config.c
+++ b/src/m_config.c
@@ -951,6 +951,12 @@ static default_t extra_defaults_list[] =
CONFIG_VARIABLE_INT(joyb_straferight),
//!
+ // Joystick button to activate the game menu.
+ //
+
+ CONFIG_VARIABLE_INT(joyb_menu_activate),
+
+ //!
// Joystick button to cycle to the previous weapon.
//