mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Release 0.47.0
This commit is contained in:
parent
ebee256da1
commit
d64394dfd6
@ -300,6 +300,9 @@ func window() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
ver := robotgo.GetVersion()
|
||||||
|
fmt.Println("robotgo version", ver)
|
||||||
|
|
||||||
// Control the keyboard
|
// Control the keyboard
|
||||||
key()
|
key()
|
||||||
// Control the mouse
|
// Control the mouse
|
||||||
|
@ -50,7 +50,6 @@ import "C"
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
// "fmt"
|
// "fmt"
|
||||||
|
|
||||||
"os"
|
"os"
|
||||||
"reflect"
|
"reflect"
|
||||||
"runtime"
|
"runtime"
|
||||||
@ -63,7 +62,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.47.0.438, Pyrenees Mountains!"
|
version string = "v0.47.0.439, Mount Cook!"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
Loading…
Reference in New Issue
Block a user