Jump to content

Recommended Posts

Posted

Hi

can u do a mouse clike with out the mouse moveing to the x,y place

Hi,

Depend of application, you can have a look to :

ControlClick ( "title", "text", controlID [, button] [, clicks]] )

++

Aza

Posted

hi,

well... do a mouse click without move the cursor i think it´s imposible

but, you can do something that appear it dont move, look this example

CODE

$s = MouseGetPos()

MouseClick("left",51,751,1,0)

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

this little program click on the start menu and return to the previous mouse position

i hope this help you ^^

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
  • Recently Browsing   0 members

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