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

Method handle

src/osvr/Client/AnalogRemoteFactory.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 static void VRPN_CALLBACK handle(void *userdata, vrpn_ANALOGCB info) {
77 auto self = static_cast<VRPNAnalogHandler *>(userdata);
78 self->m_handle(info);
79 }
80 virtual void update() { m_remote->mainloop(); }
81
82 private:

Callers

nothing calls this directly

Calls 1

m_handleMethod · 0.95

Tested by

no test coverage detected