Convert Keycode to match SDL2. Fixes #4055.

This commit is contained in:
Paul Chote
2013-11-04 20:56:24 +13:00
parent 4b8b7fb75f
commit 78fe3fb702
2 changed files with 439 additions and 430 deletions

View File

@@ -69,7 +69,7 @@ namespace OpenRA.Widgets
Keycode.RSHIFT, Keycode.LSHIFT,
Keycode.RCTRL, Keycode.LCTRL,
Keycode.RALT, Keycode.LALT,
Keycode.RMETA, Keycode.LMETA
Keycode.RGUI, Keycode.LGUI
};
public override bool HandleKeyPress(KeyInput e)