mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Create zh_doc.md
This commit is contained in:
parent
bcff431b7f
commit
d24c6c31fc
@ -9,6 +9,7 @@ This is a work in progress.
|
|||||||
|
|
||||||
|
|
||||||
##[API](https://github.com/go-vgo/robotgo/blob/master/doc.md)
|
##[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.
|
Please click API;This is a work in progress.
|
||||||
|
|
||||||
|
|
||||||
|
27
zh_doc.md
Normal file
27
zh_doc.md
Normal 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user