Remove some bogosity from widget mouse handling.

This commit is contained in:
Paul Chote
2011-01-05 23:01:17 +13:00
parent df460d7407
commit 5254deedcb
13 changed files with 63 additions and 50 deletions

View File

@@ -51,8 +51,6 @@ namespace OpenRA.Widgets
return composing ? false : base.LoseFocus(mi);
}
public override bool HandleInputInner(MouseInput mi) { return false; }
public override bool HandleKeyPressInner(KeyInput e)
{
if (e.Event == KeyInputEvent.Up) return false;