class documentation

class Operator__HandInteractionAreaValue(str, Enum):

View In Hierarchy

Possible values of Operator__HandInteractionArea.

Constant ARMREST Hand is on armrest
Constant CENTER_DISPLAY Hand is on center display
Constant OTHER Hand is on other element
Constant STEERING_WHEEL Hand is on steering wheel
ARMREST: str =

Hand is on armrest

Value
'armrest'
CENTER_DISPLAY: str =

Hand is on center display

Value
'center_display'
OTHER: str =

Hand is on other element

Value
'other'
STEERING_WHEEL: str =

Hand is on steering wheel

Value
'steering_wheel'