Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
headlistener.h
Go to the documentation of this file.
1
10#pragma once
11#include "head.h"
12
13namespace SR {
14
22public:
31 virtual void accept(const SR_head& frame) = 0;
32};
33
34}
Interface for listening to SR_head updates This interface is supported from Eye Tracker version 1....
Definition: headlistener.h:21
virtual void accept(const SR_head &frame)=0
Accept an SR_head frame.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
C-compatible struct containing the position of head.
Definition: head.h:43