oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.35k stars 269 forks source link

Where can the driver or device be seen? #23

Closed j-waechter closed 8 years ago

j-waechter commented 8 years ago

Can the driver or a simulated device be found anywhere in the Windows device manager or elsewhere? How can you detect that it's installed? If it's there somewhere a note about this in the docs or a read-me file would be helpful.

oblitum commented 8 years ago

I think it's not the role of the library to document the Windows driver model but solely its usage. Figuring out what the library creates or not is internal behavior, which is not necessary to be exposed. If I were ever to change that, I'd also need to change docs, for no useful purpose.

You may check the device driver stack using appropriate tools like OSR DeviceTree and loaded drivers using driverquery.