Update Document

This commit is contained in:
vCaesar 2016-11-27 00:12:38 +08:00
parent b9e271a3e7
commit 30fcc27d68
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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 返回窗口标题