Can someone tell me how to write a program that accepts input from 2 mice?
I am working on a game that requires input from 2 mice, at the same time (ie: think about two pointers on the same screen at the same time, each controlled by a different mouse).
I know that in Windows, for example, you can connect two [USB] mice to your PC at the same time and control the same pointer with either mouse. I am trying to take this idea a bit further than that and have each mouse control its own pointer.
If you have some hints on how to proceed, please let me know.

