This commit is contained in:
zeromus 2011-08-27 02:45:02 +00:00
parent dacc65eb0d
commit 9e97379d45
1 changed files with 1 additions and 2 deletions

View File

@ -1189,8 +1189,7 @@ namespace BizHawk.MultiClient
get
{
//the main form gets input
//if (Form.ActiveForm == this) return true;
return true;
if (Form.ActiveForm == this) return true;
//modals that need to capture input for binding purposes get input, of course
if (Form.ActiveForm is InputConfig) return true;