Support the meta key modifier

This commit is contained in:
Paul Chote
2011-03-18 16:18:51 +13:00
parent 72e0b58912
commit 6ba6940aad
3 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ namespace OpenRA
Shift = 1,
Alt = 2,
Ctrl = 4,
Meta = 8,
}
public enum KeyInputEvent { Down, Up };