LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
eyepairlistener.h
Go to the documentation of this file.
1
5#pragma once
6#include "eyepair.h"
7
8namespace SR {
9
16public:
25 virtual void accept(const SR_eyePair& frame) = 0;
26};
27
28}
Interface for listening to SR_eyePair updates.
Definition: eyepairlistener.h:15
virtual void accept(const SR_eyePair &frame)=0
Accept an SR_eyePair frame.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
C-compatible struct containing the position of two eyes.
Definition: eyepair.h:23