mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-04 16:03:54 +00:00
update godoc and fmt code
This commit is contained in:
parent
b99914bc5e
commit
cc49c369c7
@ -784,6 +784,9 @@ func SetKeyboardDelay(x int) {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// FindBitmap find the bitmap
|
// FindBitmap find the bitmap
|
||||||
|
//
|
||||||
|
// robotgo.FindBitmap(bitmap, subbitamp C.MMBitmapRef, tolerance float64)
|
||||||
|
//
|
||||||
func FindBitmap(args ...interface{}) (int, int) {
|
func FindBitmap(args ...interface{}) (int, int) {
|
||||||
var (
|
var (
|
||||||
bit C.MMBitmapRef
|
bit C.MMBitmapRef
|
||||||
@ -810,6 +813,9 @@ func FindBitmap(args ...interface{}) (int, int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FindPic finding the image by path
|
// FindPic finding the image by path
|
||||||
|
//
|
||||||
|
// robotgo.FindPic(path string, subbitamp C.MMBitmapRef, tolerance float64)
|
||||||
|
//
|
||||||
func FindPic(path string, args ...interface{}) (int, int) {
|
func FindPic(path string, args ...interface{}) (int, int) {
|
||||||
var (
|
var (
|
||||||
sbit C.MMBitmapRef
|
sbit C.MMBitmapRef
|
||||||
|
Loading…
Reference in New Issue
Block a user