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

Method getDisplayConfig

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

@brief Gets the raw OSVR_DisplayConfig

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected