Jump to content

Multimouse - Multiple mice


Recommended Posts

Hello! I'm looking to construct a program that will allow me to create two mouse objects. 1. That the user can move around as he/she normally would. The 2nd will be clicking away at various points on the screen controlled by the program.

Is it possible to create multiple mouse objects in Autoit? Thanks for your help!

Link to comment
Share on other sites

Windows doesn't do multiple mouses, and besides that's not what you need. Try ControlClick() instead of MouseClick()

Edit:Not multiple mouses in the way you want anyway.

Edited by AdmiralAlkex
Link to comment
Share on other sites

Just to clarify. Windows can use more than one mouse (pointing device) but only has one mouse cursor. You'd prob have to do some dll magic to work two mice independently (not affect the same cursor). Maybe check out the _IsPressed func for some ideas.

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