@name Identification getters @{
| 204 | /// @name Identification getters |
| 205 | /// @{ |
| 206 | OSVR_DisplayConfig getDisplayConfig() const { return m_disp; } |
| 207 | OSVR_ViewerCount getViewerID() const { return m_viewer; } |
| 208 | OSVR_EyeCount getEyeID() const { return m_eye; } |
| 209 | OSVR_SurfaceCount getSurfaceID() const { return m_surface; } |
nothing calls this directly
no outgoing calls
no test coverage detected