Update docs

This commit is contained in:
vcaesar 2017-08-21 22:51:42 +08:00
parent 4a88ee2d8e
commit 694a63fa66
2 changed files with 46 additions and 2 deletions

View File

@ -78,6 +78,8 @@
##### [PidExists](#PidExists)
##### [Process](#Process)
##### [FindName](#FindName)
##### [FindNames](#FindNames)
##### [FindIds](#FindIds)
### <h3 id="GetVersion">.GetVersion()</h3>
Get robotgo version
@ -679,4 +681,24 @@ func main() {
pid
#### Return:
Returns string, error
Returns string, error
### <h3 id="FindNames">.FindNames()</h3>
FindNames find the all process name
#### Arguments:
none
#### Return:
Returns []string, error
### <h3 id="FindIds">.FindIds()</h3>
FindIds find the process id by the process name
#### Arguments:
name string
#### Return:
Returns []int32, error

View File

@ -80,6 +80,8 @@
##### [PidExists](#PidExists)
##### [Process](#Process)
##### [FindName](#FindName)
##### [FindNames](#FindNames)
##### [FindIds](#FindIds)
## <h2 id="Keyboard">键盘</h2>
@ -694,4 +696,24 @@ func main() {
pid
#### 返回值:
Returns string, error
Returns string, error
### <h3 id="FindNames">.FindNames()</h3>
FindNames find the all process name
#### Arguments:
none
#### Return:
Returns []string, error
### <h3 id="FindIds">.FindIds()</h3>
FindIds find the process id by the process name
#### Arguments:
name string
#### Return:
Returns []int32, error