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:

enter image description here


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -