user_input_rotatesens#
- prefs.user_input_rotatesens(p0: float) int #
Specifies a scalar value that adjusts the sensitivity of rotates when using a User Defined Input Device (i.e. values < 1 are slower, and values > 1 are faster).
Steps outlining the implementation of the library for input devices are found in the file: $CEI_HOME/ensight92/src/input/README.- Args:
- p0:
‘value’ must be > 0.0
- Examples:
ensight.prefs.user_defined_input("ON") ensight.prefs.user_input_rotateusing("Position") ensight.prefs.user_input_rotatesens(0.5)
- Returns:
zero on success, non-zero on error