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

Method getDisplayTop

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

Source from the content-addressed store, hash-verified

233 int DisplayDescriptor::getNumDisplays() const { return m_NumDisplays; }
234
235 int DisplayDescriptor::getDisplayTop() const { return 0; }
236
237 int DisplayDescriptor::getDisplayLeft() const { return 0; }
238

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected