mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33:55 +00:00
Update Keyboard
This commit is contained in:
parent
1d20d6aba4
commit
255deb0234
@ -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 New Issue
Block a user