mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
fmt go code
This commit is contained in:
parent
964875f9de
commit
bdcad6d55d
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.48.0.520, Ben Nevis!"
|
||||
version string = "v0.48.0.522, Ben Nevis!"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
@ -558,7 +558,7 @@ func Scroll(x, y int, args ...int) {
|
|||
|
||||
cx := C.int(x)
|
||||
cy := C.int(y)
|
||||
cz:=C.int(msDelay)
|
||||
cz := C.int(msDelay)
|
||||
|
||||
C.scroll(cx, cy, cz)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue