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

Method Interface

inc/osvr/ClientKit/Interface.h:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43namespace clientkit {
44
45 inline Interface::Interface(ClientContext &ctx, OSVR_ClientInterface iface)
46 : m_ctx(&ctx), m_interface(iface) {}
47
48 inline Interface::Interface() : m_ctx(NULL), m_interface(NULL) {}
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected