MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / CVRSettingHelper

Method CVRSettingHelper

headers/openvr.h:2930–2933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2928 IVRSettings *m_pSettings;
2929 public:
2930 CVRSettingHelper( IVRSettings *pSettings )
2931 {
2932 m_pSettings = pSettings;
2933 }
2934
2935 const char *GetSettingsErrorNameFromEnum( EVRSettingsError eError )
2936 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected