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