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

Function printLocation2DReport

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

Source from the content-addressed store, hash-verified

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

Callers 1

location2DCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected