Adds ability to paste text (ctrl/cmd+v) into chat.

This commit is contained in:
ImagoTrigger
2014-08-29 14:23:57 -05:00
committed by Paul Chote
parent 6e5d1da468
commit eb2124bb89
6 changed files with 42 additions and 23 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenRA
void Clear();
void Present();
void PumpInput(IInputHandler inputHandler);
string GetClipboardText();
void DrawPrimitives(PrimitiveType type, int firstVertex, int numVertices);
void SetLineWidth(float width);