Class TriggerEvents
Defined in File CoreMotionApi.h
Class Documentation
-
class TriggerEvents
This class contains a trigger consisting of multiple events that is used in trigger motion.
Public Functions
-
TriggerEvents()
Public Members
-
unsigned int numEvents
The number of defined events. This value must be between 1 and maxTriggerEvents.
-
TriggerEvent event[constants::maxTriggerEvents]
An array containing the defined events. The first numEvents indices will contain the defined events.
-
TriggerEvents()