mirror of
https://github.com/evilC/AutoHotInterception.git
synced 2024-11-10 19:10:46 +00:00
Update README.md
This commit is contained in:
parent
04054d5fe2
commit
0e217f6d3b
@ -301,9 +301,9 @@ Note that Absolute mouse move uses coordinates in the range 0..65535 which are N
|
|||||||
#### Moving the Mouse Cursor
|
#### 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>])`
|
`AHI.MoveCursor(<x>, <y> [, <coordMode>, <mouseId>])`
|
||||||
eg `AHI.MoveCursor(100, 200)`
|
eg `AHI.MoveCursor(100, 200)` - move to 100, 200 Screen position using mouse ID 11
|
||||||
`AHI.MoveCursor(100, 200, "Screen")`
|
`AHI.MoveCursor(100, 200, "Window")` - move to 100, 200 Window position using mouse ID 11
|
||||||
`AHI.MoveCursor(100, 200, "Screen", 12)`
|
`AHI.MoveCursor(100, 200, , 12)` - move to 100, 200 Screen position using mouse ID 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".
|
`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)
|
`mouseId` is optional and the ID of the mouse to use (Defaults to ID 11 - the first mouse)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user