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

Method isFullScreen

pcsx2-qt/DisplayWidget.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148bool DisplaySurface::isFullScreen() const
149{
150 // DisplaySurface may be in a container
151 return (parent() ? parent()->windowState() : windowState()) & Qt::WindowFullScreen;
152}
153
154void DisplaySurface::setFocus()
155{

Callers 5

isRenderingFullscreenMethod · 0.80
shouldMouseLockMethod · 0.80
destroyDisplayWidgetMethod · 0.80
pauseAndLockVMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected