| 75 | } |
| 76 | |
| 77 | void 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 | |
| 85 | int main() { |
| 86 | osvr::clientkit::ClientContext context( |
nothing calls this directly
no test coverage detected