mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update docs
This commit is contained in:
parent
5a80dd3332
commit
e1b1d554dd
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 New Issue
Block a user