Reduce edge scrolling threshold and polish cursor hotspots.

This commit is contained in:
Paul Chote
2017-06-04 01:39:30 +00:00
committed by Curtis Shmyr
parent 94fba3521a
commit ce233a6cca
4 changed files with 73 additions and 2 deletions

View File

@@ -35,8 +35,7 @@ namespace OpenRA.Mods.Common.Widgets
public FrozenActor FrozenActorTooltip { get; private set; }
public ResourceType ResourceTooltip { get; private set; }
public int EdgeScrollThreshold = 15;
public int EdgeCornerScrollThreshold = 35;
public int EdgeScrollThreshold = 5;
int2? joystickScrollStart, joystickScrollEnd;
int2? standardScrollStart;