SR_gestureType
Definition: gesture.h:10
@ SwipeGesture
Definition: gesture.h:12
@ GrabGesture
Definition: gesture.h:13
@ TapGesture
Definition: gesture.h:11
@ ReleaseGesture
Definition: gesture.h:14
C-compatible struct notifying the listener that a gesture has been performed by the user.
Definition: gesture.h:25
uint64_t time
Time since epoch in microseconds.
Definition: gesture.h:27
SR_gestureType type
Type of gesture.
Definition: gesture.h:29
SR_point3d position
Absolute positions where the gesture occured.
Definition: gesture.h:28
uint64_t frameId
Autoincrement frame number.
Definition: gesture.h:26
C-compatible 3d double vector representation.
Definition: types.h:73