I'm using the below to init the SpaceNavigator.
When a button is hit, I recieve notification that either button 1 or 2 is hit.
If I go to the preferences panel and change Button 1 to Fit, how do I tell that Fit is now associated with Button 1?
If our PC implementation Fit returns back a button id of 31 which we can then perform the appropriate action.
Thanks
Tim
OSErr err = InstallConnexionHandlers(MyMessageHandler, 0L, 0L);
clientID = (long)RegisterConnexionClient('CS31', (UInt8 *)"\pViaCAD 3D", kConnexionClientModeTakeOver, mask);

