mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
Update Keyboard
This commit is contained in:
parent
4cf12186ab
commit
338fc9f2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ func TypeString(x string) {
|
|||
|
||||
func TypeStringDelayed(x string, y int) {
|
||||
cx := C.CString(x)
|
||||
cy := C.C.size_t(y)
|
||||
cy := C.size_t(y)
|
||||
C.aTypeStringDelayed(cx, cy)
|
||||
defer C.free(unsafe.Pointer(cx))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue