Search found 2 matches
- Fri May 11, 2007 2:08 am
- Forum: Developer's Forum for Windows
- Topic: No keyboard events in managed code
- Replies: 3
- Views: 10616
- 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...