mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Drop godoc and other
This commit is contained in:
parent
24d7ade1fe
commit
e4f8475d3e
2 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#Robotgo
|
||||
<!--<img align="right" src="https://raw.githubusercontent.com/go-vgo/robotgo/master/logo.jpg">-->
|
||||
[](https://travis-ci.org/go-vgo/robotgo)
|
||||
<!--[](https://travis-ci.org/go-vgo/robotgo)
|
||||
[](https://codecov.io/gh/go-vgo/robotgo)
|
||||
[](https://goreportcard.com/report/github.com/go-vgo/robotgo)
|
||||
[](https://godoc.org/github.com/go-vgo/robotgo)
|
||||
[](https://godoc.org/github.com/go-vgo/robotgo)-->
|
||||
<!--[](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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue