manual fix
This commit is contained in:
@@ -90,9 +90,8 @@ namespace mpvnet
|
|||||||
|
|
||||||
public static bool IsPosDifferent(Point screenPos)
|
public static bool IsPosDifferent(Point screenPos)
|
||||||
{
|
{
|
||||||
return
|
return Math.Abs(screenPos.X - Control.MousePosition.X) > 10 ||
|
||||||
Math.Abs(screenPos.X - Control.MousePosition.X) > 10 ||
|
Math.Abs(screenPos.Y - Control.MousePosition.Y) > 10;
|
||||||
Math.Abs(screenPos.Y - Control.MousePosition.Y) > 10;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user