mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
Release 0.47.0
This commit is contained in:
parent
ebee256da1
commit
d64394dfd6
@ -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 New Issue
Block a user