batch.scripts icon indicating copy to clipboard operation
batch.scripts copied to clipboard

DragTo inaccurate

Open Fike7 opened this issue 6 years ago • 1 comments

I just modified the following lines inside the DragMouseTo funcion:

replaced

mouseInput.mkhi.mi.dx = x; mouseInput.mkhi.mi.dy = y;

for

mouseInput.mkhi.mi.dx = CalculateAbsoluteCoordinateX(x); mouseInput.mkhi.mi.dy = CalculateAbsoluteCoordinateY(y);

And now works correctly

Fike7 avatar Feb 14 '19 19:02 Fike7

@Fike7 - thanks! I'll check this tomorrow.

npocmaka avatar Feb 15 '19 11:02 npocmaka