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

Method setEnableDebug

src/overlaycontroller.cpp:933–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933void OverlayController::setEnableDebug( bool value, bool notify )
934{
935 settings::setSetting( settings::BoolSetting::APPLICATION_enableDebug,
936 value );
937 if ( notify )
938 {
939 emit enableDebugChanged( value );
940 }
941}
942
943bool OverlayController::disableVersionCheck() const
944{

Callers

nothing calls this directly

Calls 1

setSettingFunction · 0.85

Tested by

no test coverage detected