Removing requirement to restart game after applying changes to mouse focus option. The setting now defaults to 'false' as it is likely to be disruptive to players who are used to the usual behaviour in windowed mode.

This commit is contained in:
Gordon Martin
2014-06-10 13:56:58 +01:00
parent b8cdb224d1
commit 89c9499909
9 changed files with 56 additions and 19 deletions

View File

@@ -45,6 +45,9 @@ namespace OpenRA.Renderer.Null
public void SetBlendMode(BlendMode mode) { }
public void GrabWindowMouseFocus() { }
public void ReleaseWindowMouseFocus() { }
public void Clear() { }
public void Present() { }