LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
headposelistener.h
Go to the documentation of this file.
1
5#pragma once
6#include "head.h"
7
8namespace SR {
9
17public:
26 virtual void accept(const SR_headPose& frame) = 0;
27};
28
29}
Interface for listening to SR_headPose updates This interface is supported from Eye Tracker version 1...
Definition: headposelistener.h:16
virtual void accept(const SR_headPose &frame)=0
Accept an SR_headPose frame.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
Definition: head.h:11