user_input_zoomsens#

prefs.user_input_zoomsens(p0: float) int#

Specifies a value that adjusts the sensitivity of the zoom operation 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:

‘value’ must be > 0.0 (< 1 slower, > 1 faster)

Examples:
ensight.prefs.user_defined_input("ON")
ensight.prefs.user_input_zoomusing("position")
ensight.prefs.user_input_zoomsens(1.5)
Returns:

zero on success, non-zero on error