mirror of
https://github.com/robotn/gohook.git
synced 2025-02-22 04:54:29 +08:00
sched_yield support for non-POSIX windows gcc
gohook
package main
import (
"fmt"
"github.com/robotn/gohook"
)
func main() {
EvChan := hook.Start()
defer hook.End()
for ev := range EvChan {
fmt.Println("hook: ", ev)
}
}
Based on libuiohook.
Description
Languages
C
94.9%
Go
5.1%