user_defined_input#

prefs.user_defined_input(p0: str) int#

Toggles on/off the User Defined Input Device that is linked via a runtime library. This is normally used with VR devices.

Steps outlining the implementation of this library and input device are found in the file: $CEI_HOME/ensight92/src/input/README.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.prefs.user_defined_input("ON")
Returns:

zero on success, non-zero on error