|
|
||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
ControllerLinking |
| ControllerLinking is an option for Manipulate, Graphics3D, Plot3D and related functions which specifies whether to allow interactive control by external controllers. |
| False | never respond to external controllers | |
| Full | respond only if the object is within the current selection | |
| Automatic | respond if the object is within the current selection | |
| True | respond whenever the notebook has focus | |
| All | always respond to external controllers |
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:
|
| © 2008 Wolfram Research, Inc. |