mirror of
https://github.com/robotn/gohook.git
synced 2025-05-20 07:04:26 +08:00
oops
This commit is contained in:
parent
a60a8234bc
commit
1d180ffb5a
3
hook.go
3
hook.go
@ -29,7 +29,6 @@ import (
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
"github.com/go-vgo/robotgo"
|
||||
hook "github.com/robotn/gohook"
|
||||
)
|
||||
|
||||
@ -79,7 +78,7 @@ var (
|
||||
pressed = make(map[uint16]bool, 256)
|
||||
used = []int{}
|
||||
keys = map[int][]uint16{}
|
||||
cbs = map[int]func(hook.Event){}
|
||||
cbs = map[int]func(Event){}
|
||||
events = map[uint8][]int{}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user