update hook godoc

This commit is contained in:
vcaesar 2020-05-09 12:43:12 -04:00
parent 456920ff10
commit 55a4babb8c

View File

@ -32,6 +32,8 @@ import (
// //
// mouse arguments: mleft, center, mright, wheelDown, wheelUp, // mouse arguments: mleft, center, mright, wheelDown, wheelUp,
// wheelLeft, wheelRight. // wheelLeft, wheelRight.
//
// Use "robotgo.AddEvents()" or "gohook" add asynchronous event listener
func AddEvent(key string) bool { func AddEvent(key string) bool {
var ( var (
// cs *C.char // cs *C.char