Skip to content

A MoveMouse(x,y) function, trying to mimic human usage of the mouse in AHK2

License

Notifications You must be signed in to change notification settings

gabrielfoo/WindHumanMouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindHumanMouse

#include WindHumanMouse.ahk always include this in your script and put it in the same directory

  • Normal usage
MoveMouse(100, 200)
MoveMouse(100, 200, 0.55)        0.55 here is optional speed parameter. Default value:= 0.6
                                 from 0.45 (slow) to 0.7 (fast)
  • Relative destination usage
MoveMouse(100, 200,, "RD")
MoveMouse(100, 200, 0.55, "RD")  0.55 here is optional speed parameter. Default value:= 0.6
                                 from 0.45 (slow) to 0.7 (fast)
  • Known issues:

If mouse moves abnormally fast or slow, try commenting SetMouseDelay -1 in WindHumanMouse.ahk

Update AHK to the latest version

About

A MoveMouse(x,y) function, trying to mimic human usage of the mouse in AHK2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 100.0%