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

Method getDisplayLeft

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

Source from the content-addressed store, hash-verified

235 int DisplayDescriptor::getDisplayTop() const { return 0; }
236
237 int DisplayDescriptor::getDisplayLeft() const { return 0; }
238
239 int DisplayDescriptor::getDisplayWidth() const {
240 return activeResolution().width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected