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

Function eyeTrackerBlinkCallback

examples/clients/EyeTracker.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void eyeTrackerBlinkCallback(void * /*userdata*/,
78 const OSVR_TimeValue * /*timestamp*/,
79 const OSVR_EyeTrackerBlinkReport *report) {
80 std::cout << "Got Eye Tracker Blink Report: for sensor #" << report->sensor
81 << std::endl;
82 printEyeTrackerBlinkReport(report);
83}
84
85int main() {
86 osvr::clientkit::ClientContext context(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected