From e0f9739fa25af86d619bba4c4938c7d87da83163 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Sat, 3 Feb 2018 16:15:57 +0800 Subject: [PATCH] update godoc --- robotgo.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/robotgo.go b/robotgo.go index 7023356..3e2e541 100644 --- a/robotgo.go +++ b/robotgo.go @@ -63,7 +63,7 @@ import ( ) const ( - version string = "v0.48.0.504, Ben Nevis!" + version string = "v0.48.0.505, Ben Nevis!" ) type ( @@ -1096,6 +1096,10 @@ func CountColorCS(x, y, w, h int, color CHex, args ...float32) int { */ // AddEvent add event listener +// parameters for the string type, +// the keyboard corresponding key parameters +// mouse arguments: mleft, mright, wheelDown, wheelUp, +// wheelLeft, wheelRight func AddEvent(aeve string) int { keycode := Map{ "f1": "59",