From f0b710024a2820cd062163db29fddccc03cdf5a3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 19 Apr 2014 01:35:40 -0400 Subject: 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. --- src/m_config.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/m_config.c') 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 @@ -950,6 +950,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. // -- cgit v1.2.3