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

Method ButtonRemoteFactory

src/osvr/Client/ButtonRemoteFactory.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 };
136
137 ButtonRemoteFactory::ButtonRemoteFactory(
138 VRPNConnectionCollection const &conns)
139 : m_conns(conns) {}
140
141 shared_ptr<RemoteHandler> ButtonRemoteFactory::
142 operator()(common::OriginalSource const &source,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected