Merge pull request #5590 from Happy0/sd2windowgrab

Closes #4977
This commit is contained in:
Matthias Mailänder
2014-06-09 20:29:29 +02:00
5 changed files with 36 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ namespace OpenRA
public bool ShowShellmap = true;
public bool ViewportEdgeScroll = true;
public bool LockMouseWindow = true;
public MouseScrollType MouseScroll = MouseScrollType.Standard;
public float ViewportEdgeScrollStep = 10f;
public float UIScrollSpeed = 50f;