class ControllerEvent

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
input_typeintType of controller input that caused the event_identifierYou can manipulate the field input_type as if it were a regular field. To clear the value of input_type and reset it to the default value for its type, you call the ClearField() method of the Message interface.
behaviorintController behavior that occuredYou can manipulate the field behavior as if it were a regular field. To clear the value of behavior and reset it to the default value for its type, you call the ClearField() method of the Message interface.
input_identifierintController input that caused the eventYou can manipulate the field input_identifier as if it were a regular field. To clear the value of input_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)