LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
gesturelistener.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <memory>
8#include "gesture.h"
9
10namespace SR {
11
18public:
27 virtual void accept(const SR_gesture& gesture) = 0;
28};
29
30}
Interface for listening to SR_gesture updates.
Definition: gesturelistener.h:17
virtual void accept(const SR_gesture &gesture)=0
Accept an SR_gesture frame.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
C-compatible struct notifying the listener that a gesture has been performed by the user.
Definition: gesture.h:25