diff --git a/README.md b/README.md index 888b6c6..8b4fb92 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_zh.md b/README_zh.md index 85afaa3..8ed4d1a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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. \ No newline at end of file