MCPcopy 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
154void DisplaySurface::setFocus()
155{
156 if (m_container)
157 m_container->setFocus();
158 else
159 requestActivate();
160}
161
162QByteArray DisplaySurface::saveGeometry() const
163{

Callers 10

switchToGameListViewMethod · 0.80
switchToEmulationViewMethod · 0.80
onVMResumedMethod · 0.80
acquireRenderWindowMethod · 0.80
doSettingsMethod · 0.80
doControllerSettingsMethod · 0.80
onInputEnteredMethod · 0.80
initializeMethod · 0.80
processLoginResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected