mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-19 14:23:55 +00:00
fmt go code
This commit is contained in:
parent
964875f9de
commit
bdcad6d55d
@ -63,7 +63,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.48.0.520, Ben Nevis!"
|
version string = "v0.48.0.522, Ben Nevis!"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
@ -558,7 +558,7 @@ func Scroll(x, y int, args ...int) {
|
|||||||
|
|
||||||
cx := C.int(x)
|
cx := C.int(x)
|
||||||
cy := C.int(y)
|
cy := C.int(y)
|
||||||
cz:=C.int(msDelay)
|
cz := C.int(msDelay)
|
||||||
|
|
||||||
C.scroll(cx, cy, cz)
|
C.scroll(cx, cy, cz)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user