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

Method DisplayInput

src/osvr/Client/DisplayInput.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace osvr {
35namespace client {
36 DisplayInput::DisplayInput(OSVR_DisplayDimension width,
37 OSVR_DisplayDimension height)
38 : m_width(width), m_height(height) {}
39
40 OSVR_DisplayDimension DisplayInput::getDisplayWidth() const {
41 return m_width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected