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

Method toggleFullscreen

pcsx2-qt/QtHost.cpp:488–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void EmuThread::toggleFullscreen()
489{
490 if (!isOnEmuThread())
491 {
492 QMetaObject::invokeMethod(this, &EmuThread::toggleFullscreen, Qt::QueuedConnection);
493 return;
494 }
495
496 setFullscreen(!m_is_fullscreen, true);
497}
498
499void EmuThread::setFullscreen(bool fullscreen, bool allow_render_to_main)
500{

Callers 1

eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected