From 30fcc27d68b0d212d24ce35a1dfe98a3af4a66bb Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 27 Nov 2016 00:12:38 +0800 Subject: [PATCH] Update Document --- event/goEvent.h | 1 + zh_doc.md | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/event/goEvent.h b/event/goEvent.h index ecd90de..a821568 100644 --- a/event/goEvent.h +++ b/event/goEvent.h @@ -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 or the MIT license diff --git a/zh_doc.md b/zh_doc.md index 0f6c555..90009cd 100644 --- a/zh_doc.md +++ b/zh_doc.md @@ -433,7 +433,7 @@ func main() { ###

.CloseWindow()

- Close the Window + 关闭窗口 ####参数: @@ -449,12 +449,12 @@ func main() { ####返回值: - Returns true if a window has been selected + 如果窗口selected返回true ###

.SetActive()

- Set the Active Window + 设为当前窗口 ####参数: hwnd @@ -465,7 +465,7 @@ func main() { ###

.GetActive()

- Get the Active Window + 获取当前窗口 ####参数: @@ -475,7 +475,7 @@ func main() { ###

.GetHandle()

- Get the Window Handle + 获取窗口 Handle ####参数: @@ -485,10 +485,10 @@ func main() { ###

.GetTitle()

- Get the Window Title + 获取窗口标题 ####参数: ####返回值: - Returns Window Title \ No newline at end of file + 返回窗口标题 \ No newline at end of file