Remove more cruft from Game.controller

This commit is contained in:
Paul Chote
2010-07-25 18:41:19 +12:00
parent eac49ca641
commit e677be7908
7 changed files with 13 additions and 15 deletions

View File

@@ -82,7 +82,7 @@ namespace OpenRA.Widgets
{
Location = pos,
Button = MouseButton.Right,
Modifiers = Game.controller.GetModifiers()
Modifiers = Game.GetModifierKeys()
};
return Game.controller.orderGenerator.GetCursor( world, Game.viewport.ViewToWorld(mi).ToInt2(), mi );