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

@@ -61,6 +61,7 @@ namespace OpenRA
Bitmap TakeScreenshot();
void PumpInput(IInputHandler inputHandler);
string GetClipboardText();
bool SetClipboardText(string text);
void DrawPrimitives(PrimitiveType type, int firstVertex, int numVertices);
void SetLineWidth(float width);