Jump to content

Recommended Posts

Posted

MouseMove and MouseClick do not do anything. I've even tried on a different computer. I am not an autoclick noob at all. I just can't figure out why the two most simple functions do not work. Literally my mouse just stays in the same place.

Posted

Welcome to AutoIt and the forum!

Please post at least the script you have coded.  Else it is hard if not impossible to help ;) 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Default is absolute positioning. So I think x and y need to be > 0

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

What is the return value of MouseMove?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

So i've done a little script here 

#include <MsgBoxConstants.au3>

MouseMove(0,0)
Local $aPos = MouseGetPos()
MsgBox($MB_SYSTEMMODAL, "Mouse x, y:", $aPos[0] & ", " & $aPos[1])

This returns the value 0,0 in the messagebox but my mouse hasn't actually moved....

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