mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33:55 +00:00
Drop godoc and other
This commit is contained in:
parent
8ac5f66356
commit
0e875fc4c9
@ -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 New Issue
Block a user