This is an event from a controller's stick. Each variable of the struct can be mapped with a ControlFunctionalityTypeEnum. More...
#include <KinovaTypes.h>
Public Attributes | |
unsigned char | Minus |
This represents the negative value of the event. As an example, if you incline the stick to the left it will trigger that event. | |
unsigned char | Plus |
This represents the positive value of the event. As an example, if you incline the stick to the right it will trigger that event. |
This is an event from a controller's stick. Each variable of the struct can be mapped with a ControlFunctionalityTypeEnum.
Definition at line 1196 of file KinovaTypes.h.
unsigned char StickEvents::Minus |
This represents the negative value of the event. As an example, if you incline the stick to the left it will trigger that event.
Definition at line 1202 of file KinovaTypes.h.
unsigned char StickEvents::Plus |
This represents the positive value of the event. As an example, if you incline the stick to the right it will trigger that event.
Definition at line 1208 of file KinovaTypes.h.