Hi,
I am working with a Space Navigator for Notebooks and I was wondering how to turn the LED on/off programmatically.
I am on a MacBookPro running Mac OS X 10.6.7 with the latest 3Dconnexion driver installed.
The code I have is the following but it produces no results:
OSErr err;
SInt32 param = 1; // or 0 to turn it off
err = ConnexionClientControl(clientID, kConnexionCtlSetLEDState, param, NULL);
if (err) {
error( "failed to send control command to 3Dconnexion driver");
}
Can someone point me in the right direction ?
Thank you.
- Luigi Castelli

