@brief Gets the raw OSVR_DisplayConfig
| 499 | |
| 500 | /// @brief Gets the raw OSVR_DisplayConfig |
| 501 | OSVR_DisplayConfig getDisplayConfig() const { return m_disp; } |
| 502 | |
| 503 | /// @brief Gets a copy of the owning pointer, if we hold shared |
| 504 | /// ownership over this DisplayConfig. |
nothing calls this directly
no outgoing calls
no test coverage detected