Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ copyScreen
Method
copyScreen
src/components/ImageComponent.cpp:225–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
224
225
void ImageComponent::copyScreen()
226
{
227
mTexture.reset();
228
229
mTexture = TextureResource::get(*mWindow->getResourceManager(),
""
);
230
mTexture->initFromScreen();
231
232
resize();
233
}
Callers
1
doTransition
Method · 0.80
Calls
3
reset
Method · 0.80
getResourceManager
Method · 0.80
initFromScreen
Method · 0.80
Tested by
no test coverage detected