Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple mouse pointers?

Is there a way to accept input from more than one mouse separately? I'm interested in making a multi-user application and I thought it would be great if I could have 2 or more users holding wireless mice each interacting with the app individually with a separate mouse arrow.

Is this something I should try to farm out to some other application/driver/os_magic? or is there a library I can use to accomplish this? Language isn't a HUGE deal, but C, C++, and Python are preferrable.

Thanks :)

edit:

Found this multi-pointer toolkit for linux (it's actually a multi-pointer x server): http://wearables.unisa.edu.au/mpx/

like image 656
Jiaaro Avatar asked Oct 25 '08 22:10

Jiaaro


People also ask

Why do I see multiple mouse pointers?

This issue could be due to in-correct mouse settings. If you have connected an external mouse, I would suggest you to either disable your laptop touchpad from Device Manager or disconnect the external mouse and check.

Can I use 2 mice at the same time?

Did you know that Windows can detect and use multiple keyboards and mice at the same time? Simply plug in your second mouse or keyboard via a USB port, or connect with Bluetooth. After giving Windows a moment to add the necessary drivers, you can type using either keyboard, or control the cursor with both mice.


2 Answers

You could try the Microsoft Windows MultiPoint Software Development Kit 1.1

or the new Microsoft Windows MultiPoint Software Development Kit 1.5

and the main Microsoft Multipoint site

like image 52
ShoeLace Avatar answered Sep 22 '22 02:09

ShoeLace


Yes. I know of at least one program that does this, KidPad. I think it's written in Java and was developed by Juan Pablo Hourcade, now at the University of Iowa. You'd have to ask him how it was implemented.

like image 31
tvanfosson Avatar answered Sep 26 '22 02:09

tvanfosson