LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
headlistener.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_head& frame) = 0;
27};
28
29}
Interface for listening to SR_head updates This interface is supported from Eye Tracker version 1....
Definition: headlistener.h:16
virtual void accept(const SR_head &frame)=0
Accept an SR_head frame.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
C-compatible struct containing the position of head.
Definition: head.h:38