user_input_rotateusing#
- prefs.user_input_rotateusing(p0: str) int #
Allows selection of the type of rotation mode used for rotate transformations for the User Defined Input Device.
Steps outlining the implementation of the library for input devices are found in the file: $CEI_HOME/ensight92/src/input/README.- Args:
- p0:
‘rotate_mode’
must be one of:
mixed_mode
direct_mode
- Examples:
ensight.prefs.user_defined_input("ON") ensight.prefs.user_input_rotateusing("direct_mode")
- Returns:
zero on success, non-zero on error