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

Function eyeTracker3DCallback

examples/clients/EyeTracker.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void eyeTracker3DCallback(void * /*userdata*/,
70 const OSVR_TimeValue * /*timestamp*/,
71 const OSVR_EyeTracker3DReport *report) {
72 std::cout << "Got 3D Eye Tracker Report: for sensor #" << report->sensor
73 << std::endl;
74 printEyeTracker3DReport(report);
75}
76
77void eyeTrackerBlinkCallback(void * /*userdata*/,
78 const OSVR_TimeValue * /*timestamp*/,

Callers

nothing calls this directly

Calls 1

printEyeTracker3DReportFunction · 0.85

Tested by

no test coverage detected