mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update Document
This commit is contained in:
parent
b9e271a3e7
commit
30fcc27d68
@ -1,6 +1,7 @@
|
|||||||
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
|
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
|
||||||
// file at the top-level directory of this distribution and at
|
// file at the top-level directory of this distribution and at
|
||||||
// http://www.
|
// http://www.
|
||||||
|
// https://github.com/go-vgo/robotgo/blob/master/LICENSE
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
// 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>
|
###<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>
|
###<h3 id="SetActive">.SetActive()</h3>
|
||||||
|
|
||||||
Set the Active Window
|
设为当前窗口
|
||||||
|
|
||||||
####参数:
|
####参数:
|
||||||
hwnd
|
hwnd
|
||||||
@ -465,7 +465,7 @@ func main() {
|
|||||||
|
|
||||||
###<h3 id="GetActive">.GetActive()</h3>
|
###<h3 id="GetActive">.GetActive()</h3>
|
||||||
|
|
||||||
Get the Active Window
|
获取当前窗口
|
||||||
|
|
||||||
####参数:
|
####参数:
|
||||||
|
|
||||||
@ -475,7 +475,7 @@ func main() {
|
|||||||
|
|
||||||
###<h3 id="GetHandle">.GetHandle()</h3>
|
###<h3 id="GetHandle">.GetHandle()</h3>
|
||||||
|
|
||||||
Get the Window Handle
|
获取窗口 Handle
|
||||||
|
|
||||||
####参数:
|
####参数:
|
||||||
|
|
||||||
@ -485,10 +485,10 @@ func main() {
|
|||||||
|
|
||||||
###<h3 id="GetTitle">.GetTitle()</h3>
|
###<h3 id="GetTitle">.GetTitle()</h3>
|
||||||
|
|
||||||
Get the Window Title
|
获取窗口标题
|
||||||
|
|
||||||
####参数:
|
####参数:
|
||||||
|
|
||||||
|
|
||||||
####返回值:
|
####返回值:
|
||||||
Returns Window Title
|
返回窗口标题
|
Loading…
Reference in New Issue
Block a user