From: havoc Date: Tue, 11 Nov 2008 20:40:57 +0000 (+0000) Subject: grab mouse when in controls menu, so that mouse clicks can be captured X-Git-Tag: xonotic-v0.1.0preview~2033 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=120087b963af69801f18d057bcf17a5c27c324e6;p=xonotic%2Fdarkplaces.git grab mouse when in controls menu, so that mouse clicks can be captured git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8556 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index c2a1d5ab..804e42c1 100644 --- a/menu.c +++ b/menu.c @@ -2511,7 +2511,7 @@ static int bind_grab; void M_Menu_Keys_f (void) { - key_dest = key_menu; + key_dest = key_menu_grabbed; m_state = m_keys; m_entersound = true; }