MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / getDisplayConfig

Method getDisplayConfig

inc/osvr/ClientKit/Display.h:206–206  ·  view source on GitHub ↗

@name Identification getters @{

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected