diff --git a/docs/doc.md b/docs/doc.md index 1c6f93f..3bf5192 100644 --- a/docs/doc.md +++ b/docs/doc.md @@ -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: diff --git a/docs/doc_zh.md b/docs/doc_zh.md index a10b501..2bce1fc 100644 --- a/docs/doc_zh.md +++ b/docs/doc_zh.md @@ -134,7 +134,7 @@ modifier (optional, string or array) - Accepts alt, command (mac), control, and ##

鼠标

###

.SetMouseDelay(ms)

- 设置鼠标延迟 (在一个鼠标事件后),单位 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. #### 返回值: