Skip to content

Commit 7f2090d

Browse files
committed
Added progress.
1 parent 98ef54e commit 7f2090d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ console.log("Mouse is at x:" + mouse.x + " y:" + mouse.y);
2121
//Move the mouse down by 100 pixels.
2222
autonode.moveMouse(mouse.x,mouse.y+100);
2323
```
24+
##Progress##
25+
26+
| Module | Status | Notes |
27+
| ------------- |-------------: | ------- |
28+
| Mouse | 50% | Missing mouse click functions. |
29+
| Keyboard | Not Started | Send keypress, type string. |
30+
| Screen | Not Started | Screenshot, read pixel color, image search. |

0 commit comments

Comments
 (0)