Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ setFocus
Method
setFocus
pcsx2-qt/DisplayWidget.cpp:154–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
void DisplaySurface::setFocus()
155
{
156
if (m_container)
157
m_container->setFocus();
158
else
159
requestActivate();
160
}
161
162
QByteArray DisplaySurface::saveGeometry() const
163
{
Callers
10
switchToGameListView
Method · 0.80
switchToEmulationView
Method · 0.80
onVMResumed
Method · 0.80
acquireRenderWindow
Method · 0.80
doSettings
Method · 0.80
doControllerSettings
Method · 0.80
onInputEntered
Method · 0.80
initialize
Method · 0.80
openGamePropertiesDialog
Method · 0.80
processLoginResult
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected