Skip to content

Commit

Permalink
Added progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Aug 31, 2014
1 parent 98ef54e commit 7f2090d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ console.log("Mouse is at x:" + mouse.x + " y:" + mouse.y);
//Move the mouse down by 100 pixels.
autonode.moveMouse(mouse.x,mouse.y+100);
```
##Progress##

| Module | Status | Notes |
| ------------- |-------------: | ------- |
| Mouse | 50% | Missing mouse click functions. |
| Keyboard | Not Started | Send keypress, type string. |
| Screen | Not Started | Screenshot, read pixel color, image search. |

0 comments on commit 7f2090d

Please sign in to comment.