I understand that I can hook events sent by HID devices, but I am interested in finding out if there is any way to actually send instructions to it. For example, I would like to write an application that allows me to click a button, and the keyboard "presses a key". None of the normal methods (SendInput, SendKeys, etc) are working for my needs, so this is about the only option I have left.
Is this even possible, and if so what should I be looking into? Thanks!
1 Answer 1
As none of the normal methods would work, I have opted to use the Oblita Interception Library which seems perfect for my needs. Thanks for the help!
SendInputnot work?