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

Method getNumDisplays

src/osvr/Client/DisplayDescriptorSchema1.cpp:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 std::string DisplayDescriptor::getNote() const { return m_note; }
232
233 int DisplayDescriptor::getNumDisplays() const { return m_NumDisplays; }
234
235 int DisplayDescriptor::getDisplayTop() const { return 0; }
236

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected