@name Identification getters @{
| 369 | /// @name Identification getters |
| 370 | /// @{ |
| 371 | OSVR_DisplayConfig getDisplayConfig() const { return m_disp; } |
| 372 | OSVR_ViewerCount getViewerID() const { return m_viewer; } |
| 373 | /// @} |
| 374 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected