| 34 | namespace osvr { |
| 35 | namespace 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; |
nothing calls this directly
no outgoing calls
no test coverage detected