mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33:55 +00:00
Fix key err
This commit is contained in:
parent
7a47d3d404
commit
1d20d6aba4
@ -324,7 +324,7 @@ func TypeString(x string) {
|
||||
func TypeStringDelayed(x string, y int) {
|
||||
cx := C.CString(x)
|
||||
cy := C.C.size_t(y)
|
||||
C.aTypeStringDelayed(cx, y)
|
||||
C.aTypeStringDelayed(cx, cy)
|
||||
defer C.free(unsafe.Pointer(cx))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user