Create zh_doc.md

This commit is contained in:
vCaesar 2016-10-09 12:49:14 +08:00
parent bcff431b7f
commit d24c6c31fc
2 changed files with 28 additions and 0 deletions

View File

@ -9,6 +9,7 @@ This is a work in progress.
##[API](https://github.com/go-vgo/robotgo/blob/master/doc.md)
##[中文文档](https://github.com/go-vgo/robotgo/blob/master/zh_doc.md)
Please click API;This is a work in progress.

27
zh_doc.md Normal file
View File

@ -0,0 +1,27 @@
#方法:
##键盘
Keys
SetKeyboardDelay
KeyTap
KeyToggle
TypeString
TypeStringDelayed
##鼠标
SetMouseDelay
MoveMouse
MoveMouseSmooth
MouseClick
MouseToggle
DragMouse
GetMousePos
ScrollMouse
##屏幕
GetPixelColor
GetScreenSize
CaptureScreen
GetXDisplayName(Linux)
SetXDisplayName(Linux)
##位图
This is a work in progress.