mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-19 14:23:55 +00:00
add FindPath example code
This commit is contained in:
parent
31a5c61264
commit
537e89c6fd
@ -89,6 +89,11 @@ func findName() {
|
|||||||
if err == nil {
|
if err == nil {
|
||||||
fmt.Println("name: ", names)
|
fmt.Println("name: ", names)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p, err := robotgo.FindPath(100)
|
||||||
|
if err == nil {
|
||||||
|
fmt.Println("path: ", p)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func ps() {
|
func ps() {
|
||||||
|
Loading…
Reference in New Issue
Block a user