MCPcopy Create free account
hub / github.com/SpartanJ/eepp / fullscreenToggle

Method fullscreenToggle

src/tools/ecode/ecode.cpp:2885–2888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2883}
2884
2885void App::fullscreenToggle() {
2886 mWindow->toggleFullscreen();
2887 mSettings->updateViewMenu();
2888}
2889
2890void App::showGlobalSearch( bool searchAndReplace, std::optional<std::string> pathFilters ) {
2891 mGlobalSearchController->showGlobalSearch( searchAndReplace, pathFilters );

Callers

nothing calls this directly

Calls 2

toggleFullscreenMethod · 0.80
updateViewMenuMethod · 0.80

Tested by

no test coverage detected