How can i seperately get x,y coordinates and events of multiple mouse attached to the system and identify the mouse uniquely in winforms. What about muliple keyboards as well
NOTE: i am not taking about multiple cursors… all i am taking about is some hook which tells me
- that i have
mouse 1&moise 2attached to the system - and will be able to tell
mouse 1changed its position (x,y) to (x-1,y+1) andmouse 2changed position (x,y) to (x,y-1)
Try the Microsoft MultiPoint SDK which allows you to connect many mice and use them all at the same time (up to 100 I think).
Example Open Source implementation and useful TUIO output from MultiPoint TUIO