Hooking Direct Api
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to be able to send keystroke to anther app that is based directx. I am using SendInput for the major part of the keys, but there are serveral keys that dont work with this fuction. (most of the ones that dont, calls a action of some sort). I just woundering if my next step is to start looking into directx api hooking or is there another way that i can send the keystroke over the sendinput that might work. Also i have tried the Sendkeys function but all it gets is the same key action on all the keys (whish is the ESC key). thank you very much Danzar