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

Method handle_states

src/osvr/Client/ButtonRemoteFactory.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 static void VRPN_CALLBACK
81 handle_states(void *userdata, vrpn_BUTTONSTATESCB info) {
82 auto self = static_cast<VRPNButtonHandler *>(userdata);
83 self->m_handle(info);
84 }
85 virtual void update() { m_remote->mainloop(); }
86
87 private:

Callers

nothing calls this directly

Calls 1

m_handleMethod · 0.95

Tested by

no test coverage detected