| 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; |
no outgoing calls
no test coverage detected