12#include "sr/sense/core/buffer.h"
18# ifdef COMPILING_DLL_SimulatedRealityHandTrackers
19# define DIMENCOSR_API __declspec(dllexport)
21# define DIMENCOSR_API __declspec(dllimport)
Sense class which provides gesture analysis functionality to the SR system.
Definition: gestureanalyser.h:40
Class of Buffer<SR_gesture> managing instances of SR_gesture in real-time.
Definition: gesturestream.h:34
GestureBuffer(SR_gestureType type)
SR_gestureType getGestureType()
Interface for listening to SR_gesture updates.
Definition: gesturelistener.h:22
Stream of SR_gesture objects.
Definition: gesturestream.h:52
GestureStream(GestureAnalyser *sense, GestureListener *listener)
void update(SR_gesture gesture)
SR_gestureType
Definition: gesture.h:15
#define DIMENCOSR_API
Definition: gesturestream.h:24
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
C-compatible struct notifying the listener that a gesture has been performed by the user.
Definition: gesture.h:30