Search found 2 matches

by cbeeckler
Wed Oct 10, 2007 5:22 pm
Forum: Developer's Forum for Windows
Topic: Controlling the LEDs on a Space Traveler
Replies: 3
Views: 11046

Hi TJ, We have not exposed a way to turn the LEDs on/off from programs. You can use the driver GUI to do this. The LED settings are saved in the registry (HKCU/software/3dconnexion/3dxware/Disable LEDs) so you could toggle that setting through normal registry access routines, but the driver only re...
by cbeeckler
Wed Oct 10, 2007 5:20 pm
Forum: Developer's Forum for Windows
Topic: Accessing LEDs and the LCD display on a SpacePilot
Replies: 27
Views: 63300

Re: Partial success

:D I was right about the LEDs. They now work. Please ignore that part of the original post. I've still got no idea where to start with writing to the LCD display though. :( Is there a way to control the LEDs on the SpaceNavigator using DirectX? I have found the DirectX far easier to implement into ...