update examples

This commit is contained in:
vcaesar 2018-04-09 17:45:07 +08:00
parent cc49c369c7
commit f6cd1d99dd
3 changed files with 8 additions and 2 deletions

View File

@ -104,4 +104,7 @@ func main() {
fx, fy = robotgo.FindBitmap(openbit)
fmt.Println("FindBitmap------", fx, fy)
fx, fy = robotgo.FindPic("test.tif")
fmt.Println("FindPic------", fx, fy)
}

View File

@ -248,6 +248,9 @@ func bitmap() {
fx, fy = robotgo.FindBitmap(openbit)
fmt.Println("FindBitmap------", fx, fy)
fx, fy = robotgo.FindPic("test.tif")
fmt.Println("FindPic------", fx, fy)
}
func event() {