how to develop an generic hid mouse emulator? (Driver in c)
-
I am trying to figure out how to create a emulator that loads multiple generic hid mouse devices in c (or generic mouse devices). Generic drivers are ones that are included with windows already. Anyone know where I should start or if this would be a hard task? The end result is to make a c driver that emulates mouse input like the sendinput api except with multiple mouse devices. The programs I was trying to get this to work in are: programs created with Microsoft multipoint sdk and Microsoft mouse mischief. So far I do not have a c driver but have the technical details of the device on my project page (I want to get rid of dsf since its not 64-bit compatible): http://kinectmultipoint.codeplex.com. The emulator on the project does work now but I want to try and code a better system in.
jeffery