1 #ifndef NUITRACK_GESTURE_H_
2 #define NUITRACK_GESTURE_H_
19 GESTURE_SWIPE_LEFT = 1,
20 GESTURE_SWIPE_RIGHT = 2,
22 GESTURE_SWIPE_DOWN = 4,
98 std::vector<GestureState> gestures;
Describes a gesture with a binding to a user.
Definition: Gesture.h:41
Describes a state of a particular user.
Definition: Gesture.h:58
GestureType
Describes a gesture type.
Definition: Gesture.h:16
Describes the user's state, supplemented by information about the actions currently being performed...
Definition: Gesture.h:93
Describes the state of a gesture.
Definition: Gesture.h:75
UserStateType
Describes a user state.
Definition: Gesture.h:30