Merge pull request #9582 from ChaoticMind/ctrl_backspace

Implement some keyboard hotkeys for chat (TextFieldWidget)
This commit is contained in:
abcdefg30
2015-11-18 20:48:05 +01:00
6 changed files with 202 additions and 70 deletions

View File

@@ -42,6 +42,7 @@ namespace OpenRA.Platforms.Null
public Bitmap TakeScreenshot() { return new Bitmap(1, 1); }
public string GetClipboardText() { return ""; }
public bool SetClipboardText(string text) { return false; }
public void PumpInput(IInputHandler ih)
{
Game.HasInputFocus = false;