mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
Release 0.47.0
This commit is contained in:
parent
ebee256da1
commit
d64394dfd6
2 changed files with 4 additions and 2 deletions
|
|
@ -300,6 +300,9 @@ func window() {
|
|||
}
|
||||
|
||||
func main() {
|
||||
ver := robotgo.GetVersion()
|
||||
fmt.Println("robotgo version", ver)
|
||||
|
||||
// Control the keyboard
|
||||
key()
|
||||
// Control the mouse
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ import "C"
|
|||
|
||||
import (
|
||||
// "fmt"
|
||||
|
||||
"os"
|
||||
"reflect"
|
||||
"runtime"
|
||||
|
|
@ -63,7 +62,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.47.0.438, Pyrenees Mountains!"
|
||||
version string = "v0.47.0.439, Mount Cook!"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
|||
Loading…
Reference in a new issue