Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac 上鼠标点击怎么没用?,没有任何响应 。求教 #419

Closed
tx991020 opened this issue Dec 13, 2021 · 1 comment
Closed

mac 上鼠标点击怎么没用?,没有任何响应 。求教 #419

tx991020 opened this issue Dec 13, 2021 · 1 comment

Comments

@tx991020
Copy link

package main

import (
"github.com/go-vgo/robotgo"
"time"
)

func main() {

robotgo.MoveMouse(0, 0)
robotgo.Click("right", true)

time.Sleep(time.Second*3)

}

@vcaesar
Copy link
Member

vcaesar commented Dec 13, 2021

Closing is due to duplicate ( #277 ) and non-standard.

@vcaesar vcaesar closed this as completed Dec 13, 2021
@go-vgo go-vgo locked and limited conversation to collaborators Dec 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants