How to use Interceptor.Dll in C# and Kinect SDK to send keypresss event to DirectX Games? -
i want send keyboard key events directx games using kinect.
i using c# + kinect sdk, have tried interception.dll wrapper.
but cannot implement interception in c# code.
here code getting error:
input input = new input(); input.keyboardfiltermode = keyboardfiltermode.all; input.load(); input.sendkeys(keys.up,keystate.down); input.unload();
screenshot:
Comments
Post a Comment