Skip to content

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

License

Notifications You must be signed in to change notification settings

Arsenicus/WindHumanMouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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.6)         0.6 here is optional speed parameter. Default value:= 0.57
                                 from 0.45 (slow) to 0.7 (fast)
  • Relative destination usage
MoveMouse(100, 200,, "RD")
MoveMouse(100, 200, 0.6, "RD")   0.6 here is optional speed parameter. Default value:= 0.57
                                 from 0.45 (slow) to 0.7 (fast)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 100.0%