Search found 2 matches

by Weiman
Fri May 11, 2007 2:08 am
Forum: Developer's Forum for Windows
Topic: No keyboard events in managed code
Replies: 3
Views: 10616

Thanks for pointing that out, I'm surprised it even compiled before. Unfortunately it didn't help, still no keyboard events :(
by Weiman
Thu May 10, 2007 7:40 am
Forum: Developer's Forum for Windows
Topic: No keyboard events in managed code
Replies: 3
Views: 10616

No keyboard events in managed code

I'm trying to use the COM API from C#. The SensorInput event works fine, but I never receive the KeyDown event. The code looks like this: TDxInput.Device device = new TDxInput.Device(); device.DeviceChange += new TDxInput._ISimpleDeviceEvents_DeviceChangeEventHandler(device_DeviceChange); TDxInput.S...