Search found 1 match
- Thu Apr 12, 2007 4:49 am
- Forum: Developer's Forum for Windows
- Topic: Raw data access
- Replies: 3
- Views: 11462
Raw data access
Hi, I am trying to access the SpaceNavigator in a command line application. As advised in other posts, I went the 'HID' / raw data way. I am using the system API: GetRawInputData + WM_INPUT message. Ok, so now I get a set of bytes that change when the device status changes. How do I interpret those ...