Update README.md

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

@ -296,11 +296,12 @@ 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:
`AHI.MoveCursor(<x>, <y> [, <mouseId>, <mode>])`
`AHI.MoveCursor(<x>, <y> [, <coordMode>, <mouseId>])`
eg `AHI.MoveCursor(100, 200)`
`AHI.MoveCursor(100, 200, 12, "Screen")`
`AHI.MoveCursor(100, 200, "Screen")`
`AHI.MoveCursor(100, 200, "Screen", 12)`
`coordMode` is optional and is the [CoordMode](https://www.autohotkey.com/docs/commands/CoordMode.htm) to use (Will switch back to current CoordMode after) - Defaults to "Screen".
`mouseId` is optional and the ID of the mouse to use (Defaults to ID 11 - the first mouse)
`mode` is optional and is the [CoordMode](https://www.autohotkey.com/docs/commands/CoordMode.htm) to use (Will switch back to current CoordMode after) - Defaults to "Screen".
## Monitor App
ToDo: Add recording of monitor app

Loading…
Cancel
Save