I wish to input a feature request:
can windows 8 in final version support multiple mice through the dotnet framework installed onto it or through a dll file or dotnet library that allows drawing of multiple pointers and creation of emulated mouse devices and
input to them to a degree? Or a alternative would be to support multiple device emulated inputs to a program using send input or already used windows apis.
I wish to make programs that involve multiple emulated mouse devices and their input but wish to create the devices from the dotnet framework instead of relying on the dsf from the ddk to accomplish this similar to activating a app and then sending keyboard
input but i can actually create the faked mouse devices using my program and this dll or libarary in my dotnet app.