Update md

This commit is contained in:
vCaesar 2017-01-15 17:09:05 +08:00
parent 78bf25f1e0
commit 2f7b62ab4e
2 changed files with 10 additions and 0 deletions

View File

@ -212,6 +212,11 @@ func main() {
}
```
##Future
- Update Find an image on screen, read pixels from an image
- Update Window Handle
- Try support Android,maybe support IOS.
##Contributors
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.

View File

@ -206,3 +206,8 @@ func main() {
Println("title@@@", title)
}
```
##Future
- Update Find an image on screen, read pixels from an image
- Update Window Handle
- Try support Android,maybe support IOS.