mirror of
https://github.com/robotn/gohook.git
synced 2025-02-21 20:44:29 +08:00
update version and godoc
This commit is contained in:
parent
ac130dbd90
commit
185bc1badc
4
hook.go
4
hook.go
@ -32,7 +32,7 @@ import (
|
||||
|
||||
const (
|
||||
// Version get the gohook version
|
||||
Version = "v0.20.0.56, Sierra Nevada!"
|
||||
Version = "v0.30.0.80, Sierra Nevada!"
|
||||
|
||||
// HookEnabled honk enable status
|
||||
HookEnabled = 1 // iota
|
||||
@ -217,7 +217,7 @@ func KeychartoRawcode(kc string) uint16 {
|
||||
return keytoraw[kc]
|
||||
}
|
||||
|
||||
// Start Adds global event hook to OS
|
||||
// Start adds global event hook to OS
|
||||
// returns event channel
|
||||
func Start() chan Event {
|
||||
ev = make(chan Event, 1024)
|
||||
|
Loading…
x
Reference in New Issue
Block a user