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

Method getDisplayWidth

src/osvr/Client/DisplayInput.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 : m_width(width), m_height(height) {}
39
40 OSVR_DisplayDimension DisplayInput::getDisplayWidth() const {
41 return m_width;
42 }
43
44 OSVR_DisplayDimension DisplayInput::getDisplayHeight() const {
45 return m_height;

Callers 3

computeViewportFunction · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected