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