Add a deadzone for standard scrolling

This commit is contained in:
Oliver Brakmann
2016-09-01 18:04:57 +02:00
parent a8dc8454cb
commit f5be504640
2 changed files with 8 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ namespace OpenRA
public float ViewportEdgeScrollStep = 10f;
public float UIScrollSpeed = 50f;
public int SelectionDeadzone = 24;
public int JoystickScrollDeadzone = 8;
public int MouseScrollDeadzone = 8;
public bool UseClassicMouseStyle = false;
public StatusBarsType StatusBars = StatusBarsType.Standard;