robotgo icon indicating copy to clipboard operation
robotgo copied to clipboard

does't we support mouse x-button click event detect?,i need one

Open Iteravse opened this issue 1 year ago • 0 comments

does't we support mouse x-button click event detect?,i event hook like that, and we need function parameter detail in document,i just found parameter definition in code like this:

	var (
		// cs   *C.char
		mArr = []string{"mleft", "center", "mright", "wheelDown",
			"wheelUp", "wheelLeft", "wheelRight"}
		mouseBool bool
	)

Iteravse avatar Sep 20 '22 08:09 Iteravse