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