Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
eyepairlistener.h
Go to the documentation of this file.
1
10#pragma once
11#include "eyepair.h"
12
13namespace SR {
14
21public:
30 virtual void accept(const SR_eyePair& frame) = 0;
31};
32
33}
Interface for listening to SR_eyePair updates.
Definition: eyepairlistener.h:20
virtual void accept(const SR_eyePair &frame)=0
Accept an SR_eyePair frame.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
C-compatible struct containing the position of two eyes.
Definition: eyepair.h:28