Jump to content

Multiple Mouse


jjrock
 Share

Recommended Posts

Dear Friends

I’ve run in to a little problem. I have 2 USB mouse on my system. I need a script something like this.

If mouse 1 button 1 is pressed then do this

If Mouse 2 button 1 is pressed then do that

The problem for me, I think, is to identify each mouse and its buttons individually.

Link to comment
Share on other sites

http://www.microsoft.com/windows/multipoint/

Thanks!! :(

The thing is - that there is only one curser and one user and one PC with 3 screens. On the system there are multiple running programs that have to interact using different interfaces and that the user should almoste control by presing a mouse button.

If Mouse1 Button 1 is pressed then Controlclick#1 on screen one ....

If Mouse2 Button 1 is pressed then Controlclick#2 on screen two ....

The key issue is to find a way to identifie and differentiate between the input from the two mice.

Thank You :graduated:

Link to comment
Share on other sites

  • 1 year later...

Read up on the multipoint, then try to make something.

The guys around here is more likely to help you if you tried on your own first.

[font="helvetica, arial, sans-serif"]Hobby graphics artist, using gimp.Automating pc stuff, using AutoIt.Listening to music, using Grooveshark.[/font]Scripts:[spoiler]Simple ScreenshotSaves you alot of trouble when taking a screenshot!Don't remember what happened with this, but aperantly the exe is all i got.If you don't want to run it, simply don't._IsRun UDFIt figures out if the script has ben ran before based on the info in a ini file.If you don't want to use exactly what i wrote, you can use it as inspiration.[/spoiler]

Link to comment
Share on other sites

really??? look at the post date...... Posted 31 October 2010 - 12:45 PM

Really??? Look at the posts after his...was it really necessary to post this at all?

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

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