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

Method setDebugState

src/overlaycontroller.cpp:1003–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003void OverlayController::setDebugState( int value, bool notify )
1004{
1005 settings::setSetting( settings::IntSetting::APPLICATION_debugState, value );
1006
1007 if ( notify )
1008 {
1009 emit debugStateChanged( value );
1010 }
1011}
1012
1013void OverlayController::setPreviousShutdownSafe( bool value )
1014{

Callers

nothing calls this directly

Calls 1

setSettingFunction · 0.85

Tested by

no test coverage detected