MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / onStartFullscreenUITriggered

Method onStartFullscreenUITriggered

pcsx2-qt/MainWindow.cpp:1987–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1985}
1986
1987void MainWindow::onStartFullscreenUITriggered()
1988{
1989 if (m_display_surface)
1990 g_emu_thread->stopFullscreenUI();
1991 else
1992 g_emu_thread->startFullscreenUI(Host::GetBaseBoolSettingValue("UI", "StartFullscreen", false));
1993}
1994
1995void MainWindow::onFullscreenUIStateChange(bool running)
1996{

Callers

nothing calls this directly

Calls 2

stopFullscreenUIMethod · 0.80
startFullscreenUIMethod · 0.80

Tested by

no test coverage detected