Represents one mode map of a control mapping. Each control mapping has 2 list of mode map. More...
#include <KinovaTypes.h>
Public Attributes | |
ButtonEvents | ControlButtons [BUTTON_EVENT_COUNT] |
All events from the buttons of the controller. | |
StickEvents | ControlSticks [STICK_EVENT_COUNT] |
All events from the stick of the controller. | |
int | DiagonalsLocked |
A flag that indicates if we can perform movement in more than one direction at a time. | |
int | Expansion |
Not use for now. |
Represents one mode map of a control mapping. Each control mapping has 2 list of mode map.
Definition at line 1282 of file KinovaTypes.h.
All events from the buttons of the controller.
Definition at line 1302 of file KinovaTypes.h.
All events from the stick of the controller.
Definition at line 1297 of file KinovaTypes.h.
A flag that indicates if we can perform movement in more than one direction at a time.
Definition at line 1287 of file KinovaTypes.h.
Not use for now.
Definition at line 1292 of file KinovaTypes.h.