MCPcopy Create free account
hub / github.com/bluescan/tacentview / OnChangeScreenMode

Method OnChangeScreenMode

Src/TacentView.cpp:1813–1813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1811void Viewer::OnPreferences() { Config::ProfileData& profile = Config::GetProfileData(); profile.ShowPreferences = !profile.ShowPreferences; }
1812void Viewer::OnKeyBindings() { Config::ProfileData& profile = Config::GetProfileData(); profile.ShowBindingsWindow = !profile.ShowBindingsWindow; if (profile.ShowBindingsWindow) BindingsWindowJustOpened = true; }
1813void Viewer::OnChangeScreenMode() { Config::ProfileData& profile = Config::GetProfileData(); ChangeScreenMode(!profile.FullscreenMode); }
1814
1815
1816void Viewer::OnEscape()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected