Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Gamepad & Device Interface >

ControllerLinking

ControllerLinking
is an option for Manipulate, Graphics3D, Plot3D and related functions which specifies whether to allow interactive control by external controllers.
  • The following settings can be given:
Falsenever respond to external controllers
Fullrespond only if the object is within the current selection
Automaticrespond if the object is within the current selection
Truerespond whenever the notebook has focus
Allalways respond to external controllers
  • A new cell that contains an object with ControllerLinking->Automatic will automatically be selected if an external controller is moved immediately after the cell is generated.
By default, the output will respond to an external controller if the object is selected:
 
Using Full makes the output respond only if the object is within the current selection:
 
Using All makes the output always respond to external controllers:
 
Using True makes the output respond whenever the notebook has focus:
 
Using False makes the output never respond to external controllers:
In[1]:=
Click for copyable input
Out[1]=
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team