Jump to content

A little help with ControlClick


Recommended Posts

Hi guys!

I'm working in a Android app, and emulating in Nox. I make a little script to send mouse clicks in location settings, to constantly change my GPS position. And it's working with MouseClick. But...

My ControlClick does not work! And I need my cursor free! 

ControlClick("[TITLE:Nox; CLASS:Qt5QWindow]","","", "left",3,1247,384) ;~ <- This is NOT working
;~    MouseClick("left",1247,384,3) ;~ <- This is working
      Sleep(300)
      ClipPut($eLat)

There is no >>>Control<<< info. There is no ID. Just mouse coords. What I need to do guys?

ControlClick-FAIL.PNG

Link to comment
Share on other sites

Pokemon?

I don't think you get help with this.

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...