Kinova API Documentation
ButtonEvents Struct Reference

This is an event from a controller's button. Each variable of the struct can be mapped with a ControlFunctionalityTypeEnum. More...

List of all members.

Public Attributes

unsigned char OneClick
 Represents a single CLICK event.(PRESS and RELEASE)
unsigned char TwoClick
 Not used for now.
unsigned char HoldOneSec
 Represents a PRESS and HOLD for 1 second event .
unsigned char HoldTwoSec
 Represents a PRESS and HOLD for 2 second event.
unsigned char HoldThreeSec
 Represents a PRESS and HOLD for 3 second event.
unsigned char HoldFourSec
 Represents a PRESS and HOLD for 4 second event.
unsigned char HoldDown
 Represents a PRESS and HOLD event.

Detailed Description

This is an event from a controller's button. Each variable of the struct can be mapped with a ControlFunctionalityTypeEnum.

 All Classes Files Functions Variables Enumerations Enumerator Defines