MCPcopy Create free account
hub / github.com/OpenVR-Advanced-Settings/OpenVR-AdvancedSettings / enableDebug

Method enableDebug

src/overlaycontroller.cpp:927–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927bool OverlayController::enableDebug() const
928{
929 return settings::getSetting(
930 settings::BoolSetting::APPLICATION_enableDebug );
931}
932
933void OverlayController::setEnableDebug( bool value, bool notify )
934{

Callers

nothing calls this directly

Calls 1

getSettingFunction · 0.85

Tested by

no test coverage detected