Update README.md

hotfix/issue-44
Clive Galway 5 years ago committed by GitHub
parent 56da28a9c2
commit c38a848d41
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 position, 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