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

Method Options

src/osvr/Client/TrackerRemoteFactory.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 public:
57 struct Options {
58 Options()
59 : reportPose(false), reportPosition(false),
60 reportOrientation(false) {}
61 bool reportPose;
62 bool reportPosition;
63 bool reportOrientation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected