mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
update event example code
This commit is contained in:
parent
7308e0c82e
commit
a099d228ba
@ -36,7 +36,7 @@ func addEvent() {
|
|||||||
defer robotgo.End()
|
defer robotgo.End()
|
||||||
|
|
||||||
for ev := range s {
|
for ev := range s {
|
||||||
fmt.Println(ev)
|
fmt.Println("hook: ", ev)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user