mirror of
https://github.com/robotn/gohook.git
synced 2025-02-22 13:11:16 +08:00
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...")
}
}
Description
Languages
C
94.9%
Go
5.1%