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