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

Method isRenderingFullscreen

pcsx2-qt/MainWindow.cpp:1374–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372}
1373
1374bool MainWindow::isRenderingFullscreen() const
1375{
1376 if (!MTGS::IsOpen() || !m_display_surface)
1377 return false;
1378
1379 return m_display_surface->isFullScreen();
1380}
1381
1382bool MainWindow::isRenderingToMain() const
1383{

Callers

nothing calls this directly

Calls 1

isFullScreenMethod · 0.80

Tested by

no test coverage detected