This is an event from a controller's button. Each variable of the struct can be mapped with a ControlFunctionalityTypeEnum. More...
#include <KinovaTypes.h>
Public Attributes | |
unsigned char | HoldDown |
Represents a PRESS and HOLD event. | |
unsigned char | HoldFourSec |
Represents a PRESS and HOLD for 4 second event. | |
unsigned char | HoldOneSec |
Represents a PRESS and HOLD for 1 second event . | |
unsigned char | HoldThreeSec |
Represents a PRESS and HOLD for 3 second event. | |
unsigned char | HoldTwoSec |
Represents a PRESS and HOLD for 2 second event. | |
unsigned char | OneClick |
Represents a single CLICK event.(PRESS and RELEASE) | |
unsigned char | TwoClick |
Not used for now. |
This is an event from a controller's button. Each variable of the struct can be mapped with a ControlFunctionalityTypeEnum.
Definition at line 1218 of file KinovaTypes.h.
unsigned char ButtonEvents::HoldDown |
Represents a PRESS and HOLD event.
Definition at line 1253 of file KinovaTypes.h.
unsigned char ButtonEvents::HoldFourSec |
Represents a PRESS and HOLD for 4 second event.
Definition at line 1248 of file KinovaTypes.h.
unsigned char ButtonEvents::HoldOneSec |
Represents a PRESS and HOLD for 1 second event .
Definition at line 1233 of file KinovaTypes.h.
unsigned char ButtonEvents::HoldThreeSec |
Represents a PRESS and HOLD for 3 second event.
Definition at line 1243 of file KinovaTypes.h.
unsigned char ButtonEvents::HoldTwoSec |
Represents a PRESS and HOLD for 2 second event.
Definition at line 1238 of file KinovaTypes.h.
unsigned char ButtonEvents::OneClick |
Represents a single CLICK event.(PRESS and RELEASE)
Definition at line 1223 of file KinovaTypes.h.
unsigned char ButtonEvents::TwoClick |
Not used for now.
Definition at line 1228 of file KinovaTypes.h.