mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 09:48:59 +00:00
Update Document
This commit is contained in:
parent
b9e271a3e7
commit
30fcc27d68
2 changed files with 8 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// http://www.
|
||||
// https://github.com/go-vgo/robotgo/blob/master/LICENSE
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
|
|
|
|||
14
zh_doc.md
14
zh_doc.md
|
|
@ -433,7 +433,7 @@ func main() {
|
|||
|
||||
###<h3 id="CloseWindow">.CloseWindow()</h3>
|
||||
|
||||
Close the Window
|
||||
关闭窗口
|
||||
|
||||
####参数:
|
||||
|
||||
|
|
@ -449,12 +449,12 @@ func main() {
|
|||
|
||||
|
||||
####返回值:
|
||||
Returns true if a window has been selected
|
||||
如果窗口selected返回true
|
||||
|
||||
|
||||
###<h3 id="SetActive">.SetActive()</h3>
|
||||
|
||||
Set the Active Window
|
||||
设为当前窗口
|
||||
|
||||
####参数:
|
||||
hwnd
|
||||
|
|
@ -465,7 +465,7 @@ func main() {
|
|||
|
||||
###<h3 id="GetActive">.GetActive()</h3>
|
||||
|
||||
Get the Active Window
|
||||
获取当前窗口
|
||||
|
||||
####参数:
|
||||
|
||||
|
|
@ -475,7 +475,7 @@ func main() {
|
|||
|
||||
###<h3 id="GetHandle">.GetHandle()</h3>
|
||||
|
||||
Get the Window Handle
|
||||
获取窗口 Handle
|
||||
|
||||
####参数:
|
||||
|
||||
|
|
@ -485,10 +485,10 @@ func main() {
|
|||
|
||||
###<h3 id="GetTitle">.GetTitle()</h3>
|
||||
|
||||
Get the Window Title
|
||||
获取窗口标题
|
||||
|
||||
####参数:
|
||||
|
||||
|
||||
####返回值:
|
||||
Returns Window Title
|
||||
返回窗口标题
|
||||
Loading…
Reference in a new issue