Search found 3 matches
- Wed Jun 25, 2008 12:23 pm
- Forum: Developer's Forum for Windows
- Topic: Controlling SpaceNavigator LEDs over HID
- Replies: 4
- Views: 11865
Hmm, I see. Well, it isn't that much of a problem really. But it would still be very convenient to somehow being able to match the devices in a future driver or product revision (although I guess this is more a limitation of MS' current rawinput API, which looks very limited in terms of returned dev...
- Tue Jun 24, 2008 2:42 pm
- Forum: Developer's Forum for Windows
- Topic: Controlling SpaceNavigator LEDs over HID
- Replies: 4
- Views: 11865
Ah, I didn't notice the rezero example. Modifying it for LEDs did the trick. Thanks ! However, I still have a question. As I mentioned, I'm using the raw input method to get the controller state. I support multiple controllers, ie. enumerate available raw input devices with the right vendor and prod...
- Mon Jun 23, 2008 9:13 pm
- Forum: Developer's Forum for Windows
- Topic: Controlling SpaceNavigator LEDs over HID
- Replies: 4
- Views: 11865
Controlling SpaceNavigator LEDs over HID
Hey all, I'm currently accessing the SpaceNavigator using the WM_INPUT method, and that works very well. Unfortunately, since the driver is never loaded, the LEDs are always turned off. I'd like to control them. And there's the problem - I have exactly zero experience with HID programming. So as far...