Update docs

This commit is contained in:
vCaesar 2017-04-23 10:21:04 +08:00
parent 83d5e43d3a
commit 46410b3a2f
3 changed files with 3 additions and 3 deletions

View File

@ -411,7 +411,7 @@ robotgo.Convert("test.png", "test.tif")
#### Return: #### Return:
if listened return 0 if listened return 0
#### Examples: #### Examples:

View File

@ -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>

View File

@ -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