mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Create doc.md
This commit is contained in:
parent
0f120bf158
commit
19de1813ab
1 changed files with 26 additions and 0 deletions
26
doc.md
Normal file
26
doc.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
#Methods
|
||||
|
||||
##Keyboard
|
||||
Keys
|
||||
SetKeyboardDelay
|
||||
KeyTap
|
||||
KeyToggle
|
||||
TypeString
|
||||
TypeStringDelayed
|
||||
##Mouse
|
||||
SetMouseDelay
|
||||
MoveMouse
|
||||
MoveMouseSmooth
|
||||
MouseClick
|
||||
MouseToggle
|
||||
DragMouse
|
||||
GetMousePos
|
||||
ScrollMouse
|
||||
##Screen
|
||||
GetPixelColor
|
||||
GetScreenSize
|
||||
CaptureScreen
|
||||
GetXDisplayName(Linux)
|
||||
SetXDisplayName(Linux)
|
||||
##Bitmap
|
||||
|
||||
Loading…
Reference in a new issue