mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
update godoc
This commit is contained in:
parent
5b62cac9bc
commit
e0f9739fa2
@ -63,7 +63,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.48.0.504, Ben Nevis!"
|
version string = "v0.48.0.505, Ben Nevis!"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
@ -1096,6 +1096,10 @@ func CountColorCS(x, y, w, h int, color CHex, args ...float32) int {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// AddEvent add event listener
|
// 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 {
|
func AddEvent(aeve string) int {
|
||||||
keycode := Map{
|
keycode := Map{
|
||||||
"f1": "59",
|
"f1": "59",
|
||||||
|
Loading…
Reference in New Issue
Block a user