mirror of
https://github.com/robotn/gohook.git
synced 2024-11-14 12:16:39 +08:00
212 B
212 B
gohook
This is a work in progress.
package main
import (
"fmt"
"go-vgo/robotn/gohook"
)
func main() {
// hook.AsyncHook()
veve := hook.AddEvent("v")
if veve == 0 {
fmt.Println("v...")
}
}