Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ triggerDescriptorHandlers
Method
triggerDescriptorHandlers
src/osvr/Connection/Connection.cpp:158–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void Connection::triggerDescriptorHandlers() {
159
for (auto &handler : m_descriptorHandlers) {
160
handler();
161
}
162
}
163
164
Connection::Connection() {}
165
Callers
2
setDeviceDescriptor
Method · 0.80
setDeviceDescriptor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected