Jump to content

Right Mouse Click


Recommended Posts

I want to get AutoIt to do right mouse click right exactly where it is. No pixel searching, just a simple right click. I was trying to use Send commands like Send("{RightMouseClick}") but that obviously doesnt work. How can I do this?

Also I have searched already =\

Link to comment
Share on other sites

The helpfile is your friend....

check out MouseClick()... in your case use MouseClick("right").

And like I said, the helpfile is your friend....

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...