mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update docs
This commit is contained in:
parent
83d5e43d3a
commit
46410b3a2f
@ -411,7 +411,7 @@ robotgo.Convert("test.png", "test.tif")
|
|||||||
|
|
||||||
#### Return:
|
#### Return:
|
||||||
|
|
||||||
if listened return 0
|
if listened return 0
|
||||||
|
|
||||||
#### Examples:
|
#### Examples:
|
||||||
|
|
||||||
|
@ -412,7 +412,7 @@ robotgo.ScrollMouse(50, "down")
|
|||||||
```Go
|
```Go
|
||||||
robotgo.Convert("test.png", "test.tif")
|
robotgo.Convert("test.png", "test.tif")
|
||||||
```
|
```
|
||||||
##<h2 id="Event">事件</h2>
|
## <h2 id="Event">事件</h2>
|
||||||
|
|
||||||
### <h3 id="AddEvent">.AddEvent(string)</h3>
|
### <h3 id="AddEvent">.AddEvent(string)</h3>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.43.0.300, Matterhorn Alps!"
|
version string = "v0.43.0.303, Matterhorn Alps!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get version
|
// GetVersion get version
|
||||||
|
Loading…
Reference in New Issue
Block a user