private static int CalcDistance(MouseMovementInfo a, MouseMovementInfo b) { return(ExtraMath.Distance(a.X, b.X, a.Y, b.Y)); }