Widget IHandleInputs now

This commit is contained in:
alzeih
2010-07-21 16:51:00 +12:00
parent d0b4761e07
commit 0ac91d3c5e
17 changed files with 66 additions and 63 deletions

View File

@@ -478,7 +478,7 @@ namespace OpenRA
{
int sync = world.SyncHash();
if (chrome.HandleKeyPress(e))
if (Widget.HandleKeyPress(e))
return;
switch (e.KeyName)