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

Method handle

src/osvr/Client/ButtonRemoteFactory.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 static void VRPN_CALLBACK handle(void *userdata, vrpn_BUTTONCB info) {
76 auto self = static_cast<VRPNButtonHandler *>(userdata);
77 self->m_handle(info);
78 }
79
80 static void VRPN_CALLBACK
81 handle_states(void *userdata, vrpn_BUTTONSTATESCB info) {

Callers

nothing calls this directly

Calls 1

m_handleMethod · 0.95

Tested by

no test coverage detected