Support the meta key modifier
This commit is contained in:
@@ -57,6 +57,7 @@ namespace OpenRA
|
||||
Shift = 1,
|
||||
Alt = 2,
|
||||
Ctrl = 4,
|
||||
Meta = 8,
|
||||
}
|
||||
|
||||
public enum KeyInputEvent { Down, Up };
|
||||
|
||||
Reference in New Issue
Block a user