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
5a80dd3332
commit
e1b1d554dd
12
docs/doc.md
12
docs/doc.md
@ -80,6 +80,7 @@
|
|||||||
##### [FindName](#FindName)
|
##### [FindName](#FindName)
|
||||||
##### [FindNames](#FindNames)
|
##### [FindNames](#FindNames)
|
||||||
##### [FindIds](#FindIds)
|
##### [FindIds](#FindIds)
|
||||||
|
#### [ActivePID](#ActivePID)
|
||||||
|
|
||||||
### <h3 id="GetVersion">.GetVersion()</h3>
|
### <h3 id="GetVersion">.GetVersion()</h3>
|
||||||
Get robotgo version
|
Get robotgo version
|
||||||
@ -702,3 +703,14 @@ func main() {
|
|||||||
|
|
||||||
#### Return:
|
#### 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)
|
##### [FindName](#FindName)
|
||||||
##### [FindNames](#FindNames)
|
##### [FindNames](#FindNames)
|
||||||
##### [FindIds](#FindIds)
|
##### [FindIds](#FindIds)
|
||||||
|
#### [ActivePID](#ActivePID)
|
||||||
|
|
||||||
|
|
||||||
## <h2 id="Keyboard">键盘</h2>
|
## <h2 id="Keyboard">键盘</h2>
|
||||||
@ -717,3 +718,13 @@ func main() {
|
|||||||
|
|
||||||
#### Return:
|
#### 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