Extract ViewportEdgeScrollMargin settings entry.

This commit is contained in:
Paul Chote
2017-08-09 22:18:43 +01:00
committed by abcdefg30
parent dd709a2679
commit d0d8062dbf
2 changed files with 7 additions and 6 deletions

View File

@@ -157,6 +157,8 @@ namespace OpenRA
public string Platform = "Default";
public bool ViewportEdgeScroll = true;
public int ViewportEdgeScrollMargin = 5;
public bool LockMouseWindow = false;
public MouseScrollType MiddleMouseScroll = MouseScrollType.Standard;
public MouseScrollType RightMouseScroll = MouseScrollType.Disabled;