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

Method vsyncDisabled

src/overlaycontroller.cpp:911–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911bool OverlayController::vsyncDisabled() const
912{
913 return settings::getSetting(
914 settings::BoolSetting::APPLICATION_vsyncDisabled );
915}
916
917void OverlayController::setVsyncDisabled( bool value, bool notify )
918{

Callers

nothing calls this directly

Calls 1

getSettingFunction · 0.85

Tested by

no test coverage detected