| 34 | #include <string> |
| 35 | |
| 36 | void printLocation2DReport(const OSVR_Location2DReport *report) { |
| 37 | |
| 38 | std::cout << report->location.data[0] << "; " << report->location.data[1] |
| 39 | << "\t" << std::endl; |
| 40 | } |
| 41 | |
| 42 | void location2DCallback(void * /*userdata*/, |
| 43 | const OSVR_TimeValue * /*timestamp*/, |
no outgoing calls
no test coverage detected