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

Function printDirectionReport

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

Source from the content-addressed store, hash-verified

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

Callers 1

directionCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected