134

Is it somehow possible to use two mice in Windows 7? I think this could be useful; like using two fingers on a multi touch display...

killermist
  • 1,949

10 Answers10

17

yes, you can use two mice in MS Windows and have two cursors - if you like.

just check out EitherMouse http://www.eithermouse.com

Freeware, no ads, no nags.

it works on Windows XP, Vista, 7, 8.

individual settings:

  • multi-cursor
  • swap buttons
  • mirror cursors
  • set mouse speed
  • set double click speed
  • set scroll wheel lines
tj george
  • 171
15

You're looking for TeamPlayer.

14

I haven't tried it myself but Pluralinput looks to be another option.

Danny
  • 281
  • 3
  • 8
9

Microsoft Touch SDK has this functionality.

Maybe this project on GitHub will be helpful.

MicTech
  • 10,496
7

I have been using two mice alternating (one on each side of my keyboard) for ergonomic reasons. Windows 7 allowed for this just fine for 2 years until a month ago or so, That is when the one on the left started to execute a double click if I clicked once. It also highlighted a whole word if I only wanted to place the cursor in a certain spot.

I asked my office professional for another mouse to check if this was a hardware issue - Nope! Same thing again. That's when I ran into EitherMouse and downloaded it. Alas, life is good again! No more crazy mouse behaviour.

Ulli
  • 71
6

I was looking for collaborative screen sharing with two mice - found Screenhero . Free for now as it is in beta. Good times.

David
  • 9,854
4

I Considered all of the above Apps that claim to do this task. The BEST, most TRANSPARENT, USER FRIENDLY, SMALL LEARNING CURVE app was Plural Input

Currently in Beta Version but very good.

  1. Download and Install Plural Input
  2. Make sure Microsoft .NET Framework 4.5 is installed too.
  3. Install Plural Input Drivers over your existing additional mouse driver under: Control Panel >> Device Manager >> Mice & other pointing devices.
  4. You will find the Driver under C:\Program Files (x86)\Pluralinput\Driver
  5. Install Correct Driver! Windows 7, 8 and 8.1 have their own 32 and 64 bit driver
  6. Setup Plural input
  7. Run Plural Input
Verus
  • 41
2

I have no idea if this works, but here is an AutoIt script that claims to allow two cursors at once from two separate mice.

2

Download the free GlovePIE. Its website states:

You can even use it to control multiple mouse pointers with multiple mice.

niutech
  • 1,126
1

You can use Microsoft Multi-Point SDK (http://www.microsoft.com/multipoint/mouse-sdk/ , for people who have basic developer/math skills) or Mouse Mischief (http://www.microsoft.com/multipoint/mouse-mischief/en-us/default.aspx) for those who are teachers. P.S. never can you have two mouse cursors because usually the application draws them not the windows OS. I am researching this for my Kinect project here which will emulate multiple mice device and input to them from multiple Kinect users: http://kinectmultipoint.codeplex.com. Keep checking up on it because I am researching a better method then Microsoft's DSF(Device simulation framework) to do so. For the most part, the Kinect code is close to working but I am still working on the mouse simulation part.

jeffery
  • 159