add a take screenshot hotkey
This commit is contained in:
@@ -50,6 +50,7 @@ namespace OpenRA.Renderer.Null
|
||||
|
||||
public void Clear() { }
|
||||
public void Present() { }
|
||||
public Bitmap TakeScreenshot() { return new Bitmap(1, 1); }
|
||||
|
||||
public string GetClipboardText() { return ""; }
|
||||
public void PumpInput(IInputHandler ih)
|
||||
|
||||
Reference in New Issue
Block a user