tool

package
v0.0.0-...-f072dda Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	//MarginLeft     = 19
	MarginLeft = 14
	//MarginHeight   = 226
	MarginHeight = 181

	// 延时倍数
	// 射手 1 神眼 60
	ReleaseRate time.Duration = 60

	Block = func() *goimagehash.ImageHash {

		rgba := image.NewRGBA(image.Rect(0, 0, cubeWidth-cubeFix*2, cubeHeight-cubeFix*2))
		for y := 0; y < cubeHeight-cubeFix; y++ {
			for x := 0; x < cubeWidth-cubeFix; x++ {
				rgba.Set(x, y, color.RGBA{R: 48, G: 76, B: 112, A: 255})
			}
		}

		block, _ := goimagehash.PerceptionHash(rgba)
		return block
	}()

	ScreenZoomTimes float32 = 1 // 窗口缩放倍数

	// 控制自动连连看
	IsPaused  = false
	IsStopped = false
)

Functions

func AutoReleaseCubes

func AutoReleaseCubes() bool

func GetWindow

func GetWindow(lpWindowName string) bool

func GetWindowImage

func GetWindowImage() (*image.RGBA, error)

func GetWindowPosition

func GetWindowPosition() (x, y int32)

func MouseLeftClick

func MouseLeftClick(delay int, x, y int32) bool

func ParseCubes

func ParseCubes()

func ReleaseCube

func ReleaseCube()

func ShowCubes

func ShowCubes()

func TopWindow

func TopWindow() bool

func WindowClick

func WindowClick(x, y int32) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL