Release 0.47.0

This commit is contained in:
vcaesar 2017-12-12 18:47:25 +08:00
parent ebee256da1
commit d64394dfd6
2 changed files with 4 additions and 2 deletions

View File

@ -300,6 +300,9 @@ func window() {
}
func main() {
ver := robotgo.GetVersion()
fmt.Println("robotgo version", ver)
// Control the keyboard
key()
// Control the mouse

View File

@ -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 (