diff --git a/DS4Control/Mouse.cs b/DS4Control/Mouse.cs index 4f349d6..df74d43 100644 --- a/DS4Control/Mouse.cs +++ b/DS4Control/Mouse.cs @@ -33,6 +33,7 @@ namespace DS4Control public virtual void touchesMoved(object sender, TouchpadEventArgs arg) { cursor.touchesMoved(arg); + if (Math.Abs(firstTouch.hwX - arg.touches[0].hwX) > 5 && Math.Abs(firstTouch.hwY - arg.touches[0].hwY) > 5) wheel.touchesMoved(arg); dev.getCurrentState(s); synthesizeMouseButtons();