robotgo icon indicating copy to clipboard operation
robotgo copied to clipboard

Movesmooth moves slowly in VMWARE environment

Open Skycn999 opened this issue 2 years ago • 1 comments

In the virtual machine environment The operating environment is win10, win7, win11 (vmware16.1) As long as the third and fourth parameters are less than 1.0, the movement is very fast, otherwise it will be as slow as a snail

The movement interval is very slow robotgo.MoveSmooth(x, y,1.0,1.0)

Mouse movement interval is very fast robotgo.MoveSmooth(x, y,0.9,1.0)

Skycn999 avatar Aug 23 '22 11:08 Skycn999

Everything is normal in the real environment

Skycn999 avatar Aug 23 '22 11:08 Skycn999