From 0e875fc4c962378f36ae0a6ac3a5af65c5eeeed4 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 9 Dec 2016 23:24:26 +0800 Subject: [PATCH] Drop godoc and other --- README.md | 4 ++-- robotgo.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4957d96..e667630 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ #Robotgo -[![Build Status](https://travis-ci.org/go-vgo/robotgo.svg)](https://travis-ci.org/go-vgo/robotgo) + >Golang Desktop Automation. Control the mouse, keyboard, bitmap,read the screen,Window Handle and global event listener. diff --git a/robotgo.go b/robotgo.go index 025c7ea..32b6755 100644 --- a/robotgo.go +++ b/robotgo.go @@ -118,9 +118,9 @@ func CaptureScreen(args ...int) C.MMBitmapRef { return bit } -//CaptureScreen Capture the Screen -// func Capture_Screen(args ...int) Bit_map { -func BCaptureScreen(args ...int) Bitmap { +//BCaptureScreen Capture the Screen +func Capture_Screen(args ...int) Bitmap { + // func BCaptureScreen(args ...int) Bitmap { var x C.size_t var y C.size_t var w C.size_t