Better mouse input handling

This commit is contained in:
Paul Chote
2010-07-12 19:47:51 +12:00
parent bd096436d9
commit e23ee6d892
9 changed files with 126 additions and 139 deletions

View File

@@ -56,6 +56,7 @@ namespace OpenRA.Widgets
Game.chrome.lineRenderer.Flush();
}
}
public override bool HandleInput(MouseInput mi) { return true; }
public CheckboxWidget() : base() { }