mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 09:48:59 +00:00
Update docs
This commit is contained in:
parent
5a80dd3332
commit
e1b1d554dd
2 changed files with 25 additions and 2 deletions
14
docs/doc.md
14
docs/doc.md
|
|
@ -80,6 +80,7 @@
|
|||
##### [FindName](#FindName)
|
||||
##### [FindNames](#FindNames)
|
||||
##### [FindIds](#FindIds)
|
||||
#### [ActivePID](#ActivePID)
|
||||
|
||||
### <h3 id="GetVersion">.GetVersion()</h3>
|
||||
Get robotgo version
|
||||
|
|
@ -701,4 +702,15 @@ func main() {
|
|||
name string
|
||||
|
||||
#### Return:
|
||||
Returns []int32, error
|
||||
Returns []int32, error
|
||||
|
||||
|
||||
### <h3 id="ActivePID">.ActivePID()</h3>
|
||||
|
||||
ActivePID window active by PID
|
||||
|
||||
#### Arguments:
|
||||
pid int32
|
||||
|
||||
#### Return:
|
||||
none
|
||||
|
|
@ -82,6 +82,7 @@
|
|||
##### [FindName](#FindName)
|
||||
##### [FindNames](#FindNames)
|
||||
##### [FindIds](#FindIds)
|
||||
#### [ActivePID](#ActivePID)
|
||||
|
||||
|
||||
## <h2 id="Keyboard">键盘</h2>
|
||||
|
|
@ -716,4 +717,14 @@ func main() {
|
|||
name string
|
||||
|
||||
#### Return:
|
||||
Returns []int32, error
|
||||
Returns []int32, error
|
||||
|
||||
### <h3 id="ActivePID">.ActivePID()</h3>
|
||||
|
||||
ActivePID window active by PID
|
||||
|
||||
#### Arguments:
|
||||
pid int32
|
||||
|
||||
#### Return:
|
||||
none
|
||||
Loading…
Reference in a new issue