Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Apr 29, 2020
2 parents 8077370 + 6d9fb79 commit d355f16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,3 +344,8 @@ eg
`AHI.MoveCursor(100, 200)` - move to 100, 200 Screen position using mouse ID 11
`AHI.MoveCursor(100, 200, "Window")` - move to 100, 200 Window position using mouse ID 11
`AHI.MoveCursor(100, 200, , 12)` - move to 100, 200 Screen position using mouse ID 12

## Compiling scripts
AHI scripts can be compiled (Right click the script and select "Compile")
All required DLLs will be packed inside the EXE, so only the EXE needs to be distributed
When the EXE is run, the `Lib` folder will be created with the required DLLs

0 comments on commit d355f16

Please sign in to comment.