Jump to content

Mouse Click


Recommended Posts

Hi

The 'Control Click" command on a buttons Id# will click the button

without using the mouse., So you can say it is invisable to the eye.

I am asking, is there a way to have a "pixel mouseclick" act

the same way, with-out moving the physical mouse?

This way your free to use the mouse, for other tasks, at the same time.

Again Thank You.

Mike1212 :)

Link to comment
Share on other sites

yes what you need to so is get the original coordinsates forst them return them to there after the click

eg

$Mouse = MouseGetPos ()

MouseClick ("Right",0,0,1,1)

MouseMove ($Mouse[0],$Mouse[1],1)

I chose the coordinates 0,0 as its outa of the way and i chose right click that you can see that it actaully clicks then returns to the original position =)

enjoy

qq

Link to comment
Share on other sites

yes what you need to so is get the original coordinsates forst them return them to there after the click

eg

$Mouse = MouseGetPos ()

MouseClick ("Right",0,0,1,1)

MouseMove ($Mouse[0],$Mouse[1],1)

I chose the coordinates 0,0 as its outa of the way and i chose right click that you can see that it actaully clicks then returns to the original position =)

enjoy

<{POST_SNAPBACK}>

Hello Burrup

Again, The Code question you answered for me works great. :)

Thank You, so much.

Mike1212 :D

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...