Expose the cursor mode setting.

This commit is contained in:
Paul Chote
2014-12-23 17:54:05 +13:00
parent 1317101662
commit 6923046564
5 changed files with 87 additions and 48 deletions

View File

@@ -80,6 +80,7 @@ namespace OpenRA
public WindowMode Mode = WindowMode.PseudoFullscreen;
public int2 FullscreenSize = new int2(0, 0);
public int2 WindowedSize = new int2(1024, 768);
public bool HardwareCursors = true;
public bool PixelDouble = false;
public bool CursorDouble = false;
public bool CapFramerate = true;