mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
update godoc
This commit is contained in:
parent
1d1ed41db2
commit
1fa740cacc
@ -760,7 +760,7 @@ func UnicodeType(str uint32) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TypeString send a string, support unicode
|
// TypeString send a string, support unicode
|
||||||
// TypeStr(string: The string to send)
|
// TypeStr(string: The string to send), Wno-deprecated
|
||||||
func TypeString(str string) {
|
func TypeString(str string) {
|
||||||
cstr := C.CString(str)
|
cstr := C.CString(str)
|
||||||
C.type_string(cstr)
|
C.type_string(cstr)
|
||||||
@ -778,7 +778,7 @@ func PasteStr(str string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TypeStrDelay type string delayed
|
// TypeStrDelay type string delayed, Wno-deprecated
|
||||||
func TypeStrDelay(str string, delay int) {
|
func TypeStrDelay(str string, delay int) {
|
||||||
cstr := C.CString(str)
|
cstr := C.CString(str)
|
||||||
cdelay := C.size_t(delay)
|
cdelay := C.size_t(delay)
|
||||||
|
Loading…
Reference in New Issue
Block a user