Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
gesturelistener.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <memory>
13#include "gesture.h"
14
15namespace SR {
16
23public:
32 virtual void accept(const SR_gesture& gesture) = 0;
33};
34
35}
Interface for listening to SR_gesture updates.
Definition: gesturelistener.h:22
virtual void accept(const SR_gesture &gesture)=0
Accept an SR_gesture frame.
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