QEGestureData
@interface QEGestureData : NSObject
/****
 * Type of detected gesture.
 */
@property (nonatomic, assign) kQueenStaticGestureType gesture;
/****
 * Type of detected hand movements.
 */
@property (nonatomic, assign) kQueenHandActionType action;
@end
                Undocumented
- 
                  
                  
Type of detected gesture.
Declaration
Objective-C
@property (nonatomic) kQueenStaticGestureType gesture; - 
                  
                  
Type of detected hand movements.
Declaration
Objective-C
@property (nonatomic) kQueenHandActionType action; 
        QEGestureData Class Reference