The thread about the Leap Motion controller reminded me to ask about the SpaceNavigator.
I have the SpaceNavigator. I works in other compatible applications on my Windows 7 PC. The SpaceNavigator is mentioned in the Documentation Center. There is a
blog entry that mentions the SpaceNavigator. However, I have not been able to get it to work with Mathematica. The output from entering ControllerInformation[] doesn't show anything regarding the SpaceNavigator. For example,
In[3]:= cinf = ControllerInformation[All];
In[15]:= Cases[cinf, (x_String -> {__}) -> x]
Out[15]= {"Programmable Hotkeys", "ShareSwitch", "Wacom Tablet", \
"Wacom Tablet", "Saitek X52 Flight Control System"}
Has anyone used the SpaceNavigator with Mathematica? Is there something I need to do to get Mathematica to recognize the SpaceNavigator?
Note: To make this post easier to read, I edited to remove the extremely long output of ControllerInformation[]. The output now lists only the devices listed by ControllerInformation[].
Thanks in advance.