We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c08a2 commit cc7638fCopy full SHA for cc7638f
Source/RunActivity/Viewer3D/Viewer.cs
@@ -1378,7 +1378,7 @@ void HandleUserInput(ElapsedTime elapsedTime)
1378
if (mouseRenderer.IsMouseWithin())
1379
{
1380
var UserCommandControlTypes = (PlayerLocomotiveViewer as MSTSLocomotiveViewer).UserCommandControlTypes;
1381
- if (UserCommandControlTypes.ContainsKey(controlRenderer.Control.ControlType.Type))
+ if (UserCommandControlTypes.ContainsKey(controlRenderer.Control.ControlType.Type) && UserInput.IsMouseWheelChanged)
1382
1383
continue;
1384
}
0 commit comments