I am implementing the sample code from the 3DxValuesCarbon example in a Qt application I'm compiling with qmake, and the spacenavigator only seems to broadcast an event when I click the buttons, but not when I move the knob around.
I display a mesasge box in the top of the tdx_drv_handler function which should receive all the events from the SpaceNavigator, but it only shows the message when I click one of the buttons on the device. Am I missing something?
It also doesn't seem to be recognizing the messageType properly in the switch(messageType) statement. It's jumping straight to the default case no matter what cases I put in there.
I hope this makes sense, thanks for the help.
dave

