Search found 2 matches

by porcus
Sat Aug 18, 2007 3:28 pm
Forum: Developer's Forum for Windows
Topic: SensorInput event stops firing?
Replies: 14
Views: 30790

SensorInput event stops firing?

I'm trying to write a very simple .NET (C#) test application to receive an interpret data from a SpaceNavigator PE. After downloading the SDK, it seemed like using the TDxInput.dll COM library would be the easiest way to get up and running, so I set up my test app (registering an event handler for t...
by porcus
Sat Aug 18, 2007 2:41 pm
Forum: Feedback
Topic: protocol of space navigator
Replies: 8
Views: 24221

That's convenient that it is a standard HID device. I might try using that interface to receive input from the device instead of using the supplied COM library.