changeofpace / MouClassInputInjection

MouClassInputInjection implements a kernel interface for injecting mouse input data packets into the input data stream of HID USB mouse devices.
MIT License
290 stars 82 forks source link

Create a MouClassInputInjection DLL? #8

Closed KolCrooks closed 3 years ago

KolCrooks commented 4 years ago

Is it possible to create a MouClassInputInjection DLL so that it can be used in C# and other C++ applications?

changeofpace commented 4 years ago

You could rewrite the MouiiCL project to be a dll. You would still need to use the driver though.