Drop godoc and other

This commit is contained in:
vCaesar 2016-12-09 23:24:26 +08:00
parent 8ac5f66356
commit 0e875fc4c9
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
#Robotgo
<!--<img align="right" src="https://raw.githubusercontent.com/go-vgo/robotgo/master/logo.jpg">-->
[![Build Status](https://travis-ci.org/go-vgo/robotgo.svg)](https://travis-ci.org/go-vgo/robotgo)
<!--[![Build Status](https://travis-ci.org/go-vgo/robotgo.svg)](https://travis-ci.org/go-vgo/robotgo)
[![codecov](https://codecov.io/gh/go-vgo/robotgo/branch/master/graph/badge.svg)](https://codecov.io/gh/go-vgo/robotgo)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-vgo/robotgo)](https://goreportcard.com/report/github.com/go-vgo/robotgo)
[![GoDoc](https://godoc.org/github.com/go-vgo/robotgo?status.svg)](https://godoc.org/github.com/go-vgo/robotgo)
[![GoDoc](https://godoc.org/github.com/go-vgo/robotgo?status.svg)](https://godoc.org/github.com/go-vgo/robotgo)-->
<!--[![Join the chat at https://gitter.im/go-vgo/robotgo](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-vgo/robotgo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)-->
>Golang Desktop Automation. Control the mouse, keyboard, bitmap,read the screen,Window Handle and global event listener.

View File

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