Update README.md

hotfix/issue-44
Clive Galway 5 years ago committed by GitHub
parent c38a848d41
commit e5547540ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,7 +295,7 @@ To sent Absolute mouse movement, use:
Note that Absolute mode will probably not work with FPS style mouse-aim games.
#### Moving the Mouse Cursor
To move the mouse cursor to a specific screen or window coordinate, use:
To move the mouse cursor to a specific screen or window coordinate, use:
`AHI.MoveCursor(<x>, <y> [, <coordMode>, <mouseId>])`
eg `AHI.MoveCursor(100, 200)`
`AHI.MoveCursor(100, 200, "Screen")`

Loading…
Cancel
Save