mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
Update docs
This commit is contained in:
parent
13d76e7e8b
commit
cede6ce3ee
14
docs/doc.md
14
docs/doc.md
@ -5,27 +5,27 @@
|
||||
## [Keyboard](#Keyboard)
|
||||
|
||||
##### [Keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md)
|
||||
##### [SetKeyboardDelay](#SetKeyDelay)(Equivalent to SetKeyDelay, Wno-deprecated)
|
||||
##### [SetKeyboardDelay](#SetKeyDelay) (Equivalent to SetKeyDelay, Wno-deprecated)
|
||||
##### [SetKeyDelay](#SetKeyDelay)
|
||||
##### [KeyTap](#KeyTap)
|
||||
##### [KeyToggle](#KeyToggle)
|
||||
##### [TypeString](#TypeString)
|
||||
##### [TypeStringDelayed](#TypeStrDelay)(Equivalent to TypeStrDelay, Wno-deprecated)
|
||||
##### [TypeStringDelayed](#TypeStrDelay) (Equivalent to TypeStrDelay, Wno-deprecated)
|
||||
##### [TypeStrDelay](#TypeStrDelay)
|
||||
|
||||
## [Mouse](#Mouse)
|
||||
|
||||
##### [SetMouseDelay](#SetMouseDelay)
|
||||
##### [MoveMouse](#MoveMouse)
|
||||
##### [Move](#MoveMouse)(Equivalent to MoveMouse)
|
||||
##### [Move](#MoveMouse) (Equivalent to MoveMouse)
|
||||
##### [MoveMouseSmooth](#MoveMouseSmooth)
|
||||
##### [MoveSmooth](#MoveMouseSmooth)(Equivalent to MoveMouseSmooth)
|
||||
##### [MoveSmooth](#MoveMouseSmooth) (Equivalent to MoveMouseSmooth)
|
||||
##### [MouseClick](#MouseClick)
|
||||
##### [Click](#MouseClick)(Equivalent to MouseClick)
|
||||
##### [Click](#MouseClick) (Equivalent to MouseClick)
|
||||
##### [MoveClick](#MoveClick)
|
||||
##### [MouseToggle](#MouseToggle)
|
||||
##### [DragMouse](#DragMouse)
|
||||
##### [Drag](#DragMouse)(Equivalent to DragMouse)
|
||||
##### [Drag](#DragMouse) (Equivalent to DragMouse)
|
||||
##### [GetMousePos](#GetMousePos)
|
||||
##### [ScrollMouse](#ScrollMouse)
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
|
||||
## [Event](#Event)
|
||||
|
||||
##### [LEvent](#LEvent)(Equivalent to AddEvent, Wno-deprecated)
|
||||
##### [LEvent](#LEvent) (Equivalent to AddEvent, Wno-deprecated)
|
||||
##### [AddEvent](#AddEvent)
|
||||
##### [StopEvent](#StopEvent)
|
||||
|
||||
|
@ -5,27 +5,27 @@
|
||||
## [键盘](#Keyboard)
|
||||
|
||||
##### [Keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md)
|
||||
##### [SetKeyboardDelay](#SetKeyDelay)(相当于 SetKeyDelay, 废弃 API)
|
||||
##### [SetKeyboardDelay](#SetKeyDelay) (相当于 SetKeyDelay, 废弃 API)
|
||||
##### [SetKeyDelay](#SetKeyDelay)
|
||||
##### [KeyTap](#KeyTap)
|
||||
##### [KeyToggle](#KeyToggle)
|
||||
##### [TypeString](#TypeString)
|
||||
##### [TypeStringDelayed](#TypeStrDelay)(相当于 TypeStrDelay, 废弃 API)
|
||||
##### [TypeStringDelayed](#TypeStrDelay) (相当于 TypeStrDelay, 废弃 API)
|
||||
##### [TypeStrDelay](#TypeStrDelay)
|
||||
|
||||
## [鼠标](#Mouse)
|
||||
|
||||
##### [SetMouseDelay](#SetMouseDelay)
|
||||
##### [MoveMouse](#MoveMouse)
|
||||
##### [Move](#MoveMouse)(相当于 MoveMouse)
|
||||
##### [Move](#MoveMouse) (相当于 MoveMouse)
|
||||
##### [MoveMouseSmooth](#MoveMouseSmooth)
|
||||
##### [MoveSmooth](#MoveMouseSmooth)(相当与 MoveMouseSmooth)
|
||||
##### [MoveSmooth](#MoveMouseSmooth) (相当与 MoveMouseSmooth)
|
||||
##### [MouseClick](#MouseClick)
|
||||
##### [Click](#MouseClick)(相当于 MouseClick)
|
||||
##### [Click](#MouseClick) (相当于 MouseClick)
|
||||
##### [MoveClick](#MoveClick)
|
||||
##### [MouseToggle](#MouseToggle)
|
||||
##### [DragMouse](#DragMouse)
|
||||
##### [Drag](#DragMouse)(相当于 DragMouse)
|
||||
##### [Drag](#DragMouse) (相当于 DragMouse)
|
||||
##### [GetMousePos](#GetMousePos)
|
||||
##### [ScrollMouse](#ScrollMouse)
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
## [事件](#Event)
|
||||
|
||||
##### [LEvent](#AddEvent)(相当于 AddEvent, 废弃 API)
|
||||
##### [LEvent](#AddEvent) (相当于 AddEvent, 废弃 API)
|
||||
##### [AddEvent](#AddEvent)
|
||||
##### [StopEvent](#StopEvent)
|
||||
|
||||
|
@ -52,7 +52,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version string = "v0.43.0.295, Matterhorn Alps!"
|
||||
version string = "v0.43.0.298, Matterhorn Alps!"
|
||||
)
|
||||
|
||||
// GetVersion get version
|
||||
|
Loading…
Reference in New Issue
Block a user