mirror of
https://github.com/evilC/AutoHotInterception.git
synced 2024-11-12 13:10:47 +00:00
Update README.md
This commit is contained in:
parent
c64b3d06ed
commit
56da28a9c2
@ -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…
Reference in New Issue
Block a user