IDLitManipulatorManager::Add
Syntax | Arguments | Keywords | Version History
The IDLitManipulatorManager::Add procedure method is used to add manipulators to the manipulator manager. This method uses the add functionality of its superclass to add the given manipulator to the hierarchy and checks the default keyword to determine if the given manipulator should be treated as the default for the system.
Syntax
Obj->[IDLitManipulatorManager::]Add, Manipulator [, /DEFAULT]
Arguments
Manipulator
A manipulator to add to the manipulator manager
Keywords
DEFAULT
If set, the added manipulator is made default for the system. This is primarily used with manipulators that implement transient behavior (mouse or keyboard). When these manipulators complete interaction, the current manipulator of the system is set to the default manipulator.
Version History