mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-04 16:03:54 +00:00
Update godoc
This commit is contained in:
parent
5aa278690a
commit
e3ceccfb7a
@ -52,7 +52,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.43.0.303, Matterhorn Alps!"
|
version string = "v0.43.0.306, Matterhorn Alps!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get version
|
// GetVersion get version
|
||||||
@ -506,7 +506,7 @@ func TypeStrDelay(x string, y int) {
|
|||||||
defer C.free(unsafe.Pointer(cx))
|
defer C.free(unsafe.Pointer(cx))
|
||||||
}
|
}
|
||||||
|
|
||||||
// TypeStringDelayed Type string delayed
|
// TypeStringDelayed Type string delayed, Wno-deprecated
|
||||||
func TypeStringDelayed(x string, y int) {
|
func TypeStringDelayed(x string, y int) {
|
||||||
cx := C.CString(x)
|
cx := C.CString(x)
|
||||||
cy := C.size_t(y)
|
cy := C.size_t(y)
|
||||||
|
Loading…
Reference in New Issue
Block a user