mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
update godoc
This commit is contained in:
parent
5b62cac9bc
commit
e0f9739fa2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user