mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 09:48:59 +00:00
Update examples
This commit is contained in:
parent
7ecdc2b938
commit
8cc86c8d25
2 changed files with 4 additions and 0 deletions
|
|
@ -62,4 +62,6 @@ func main() {
|
|||
// open image bitmap
|
||||
openbit := robotgo.OpenBitmap("test.tif")
|
||||
fmt.Println("openBitmap...", openbit)
|
||||
fx, fy = robotgo.FindBitmap(openbit)
|
||||
fmt.Println("FindBitmap------", fx, fy)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -169,6 +169,8 @@ func bitmap() {
|
|||
// open image bitmap
|
||||
openbit := robotgo.OpenBitmap("test.tif")
|
||||
fmt.Println("openBitmap...", openbit)
|
||||
fx, fy = robotgo.FindBitmap(openbit)
|
||||
fmt.Println("FindBitmap------", fx, fy)
|
||||
}
|
||||
|
||||
func event() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue