From cae288fa728aa8cfe29f2fdebe6b329e60b07691 Mon Sep 17 00:00:00 2001 From: Dominik Geyer Date: Wed, 15 Oct 2008 13:10:41 +0000 Subject: debugging: release input-focus when hotkey ESC is pressed (and dbg_focus var is set); avoids the need for ALT-TAB while debugging --- src/game/variables.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/variables.hpp') diff --git a/src/game/variables.hpp b/src/game/variables.hpp index 1928d1b7..cd738bf3 100644 --- a/src/game/variables.hpp +++ b/src/game/variables.hpp @@ -37,6 +37,7 @@ MACRO_CONFIG_INT(dbg_dummies, 0, 0, 11) MACRO_CONFIG_INT(dbg_firedelay, 0, 0, 1) MACRO_CONFIG_INT(dbg_flow, 0, 0, 1) MACRO_CONFIG_INT(dbg_tuning, 0, 0, 1) +MACRO_CONFIG_INT(dbg_focus, 0, 0, 1) MACRO_CONFIG_INT(ui_page, 5, 0, 9) MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303") -- cgit 1.4.1