robotgo
robotgo copied to clipboard
Movesmooth moves slowly in VMWARE environment
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)
Everything is normal in the real environment