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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -