Jump to content

Recommended Posts

Posted

Hi Everyone!

Are the coordinates based on pixels, percentage? Is there a sure way of sending the cursor to the exact same spot on screen despite resolution differences?

Thank you.

Posted

You can specify this behavior:

AutoItSetOption ( "option" [, param] )

MouseCoordMode Sets the way coords are used in the mouse functions, either absolute coords or coords relative to the current active window:
0 = relative coords to the active window
1 = absolute screen coordinates (default)
2 = relative coords to the client area of the active window

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

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