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

Method getDisplayWidth

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

Source from the content-addressed store, hash-verified

237 int DisplayDescriptor::getDisplayLeft() const { return 0; }
238
239 int DisplayDescriptor::getDisplayWidth() const {
240 return activeResolution().width;
241 }
242
243 int DisplayDescriptor::getDisplayHeight() const {
244 return activeResolution().height;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected