MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / printEyeTracker2DReport

Function printEyeTracker2DReport

examples/clients/EyeTracker.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#include <string>
35
36void printEyeTracker2DReport(const OSVR_EyeTracker2DReport *report) {
37
38 std::cout << "2D Data:" << report->state.data[0] << "; "
39 << report->state.data[1] << std::endl;
40}
41
42void printEyeTracker3DReport(const OSVR_EyeTracker3DReport *report) {
43

Callers 1

eyeTracker2DCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected