Update doc.md

This commit is contained in:
vCaesar 2017-04-30 14:06:30 +08:00
parent 3add15dffe
commit 37dfe8e480
2 changed files with 3 additions and 3 deletions

View File

@ -305,7 +305,7 @@ robotgo.ScrollMouse(50, "down")
y (optional)
height (optional)
width (optional)
If no arguments are provided, screencapture will get the full screen.
If no arguments are provided, capturescreen(screencapture) will get the full screen.
#### Return:

View File

@ -134,7 +134,7 @@ modifier (optional, string or array) - Accepts alt, command (mac), control, and
## <h2 id="Mouse">鼠标</h2>
### <h3 id="SetMouseDelay">.SetMouseDelay(ms)</h3>
设置鼠标延迟 (在一个鼠标事件后),单位 ms, 默认值 10 ms
设置鼠标延迟 (在一个鼠标事件后), 单位 ms, 默认值 10 ms
Sets the delay in milliseconds to sleep after a mouse event. This is 10ms by default.
@ -321,7 +321,7 @@ robotgo.ScrollMouse(50, "down")
y (optional)
height (optional)
width (optional)
If no arguments are provided, screen.capture will get the full screen.
If no arguments are provided, capturescreen(screencapture) will get the full screen.
#### 返回值: